1

Add pgn4web v2.80.

This commit is contained in:
vonavi
2014-02-12 23:44:20 +02:00
parent 0b04482d3a
commit 354d5af4b6
1952 changed files with 130486 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/*
* pgn4web javascript chessboard
* copyright (C) 2009-2012 Paolo Casaschi
* see README file and http://pgn4web.casaschi.net
* for credits, license and more details
*
*
* allows using the following chess figurine font-family setting for the chess moves:
*
* 'pgn4web ChessSansAlpha'
*
* make sure you include this CSS file into your HTML file or your CSS file, then set
* the font-family for the .move class to the chess font of your choice.
*/
@font-face {
font-family: 'pgn4web ChessSansAlpha';
src: url('ChessSansAlpha.eot');
src: url('ChessSansAlpha.eot?#iefix') format('embedded-opentype'), url('ChessSansAlpha.woff') format('woff'), url('ChessSansAlpha.ttf') format('truetype'), url('ChessSansAlpha.svg#ChessSansAlpha') format('svg');
}