Add pgn4web v2.80.
This commit is contained in:
21
_assets/vendor/pgn4web/fonts/pgn4web-font-ChessInformantReader.css
vendored
Normal file
21
_assets/vendor/pgn4web/fonts/pgn4web-font-ChessInformantReader.css
vendored
Normal 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 symbols font-family setting for the chess NAGs:
|
||||
*
|
||||
* 'pgn4web ChessInformantReader'
|
||||
*
|
||||
* dont try using this font-family directly, instead add the chess informant symbols
|
||||
* support by including fonts/chess-informant-NAG-symbols.js immediately after pgn4web.js
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'pgn4web ChessInformantReader';
|
||||
src: url('ChessInformantReader.eot');
|
||||
src: url('ChessInformantReader.eot?#iefix') format('embedded-opentype'), url('ChessInformantReader.woff') format('woff'), url('ChessInformantReader.ttf') format('truetype'), url('ChessInformantReader.svg#CReaderTRegular') format('svg');
|
||||
}
|
||||
|
Reference in New Issue
Block a user