1/*
2 *  pgn4web javascript chessboard
3 *  copyright (C) 2009-2012 Paolo Casaschi
4 *  see README file and http://pgn4web.casaschi.net
5 *  for credits, license and more details
6 *
7 *
8 *  allows using the following chess symbols font-family setting for the chess NAGs:
9 *
10 *  'pgn4web ChessInformantReader'
11 *
12 *  dont try using this font-family directly, instead add the chess informant symbols
13 *  support by including fonts/chess-informant-NAG-symbols.js immediately after pgn4web.js
14 */
15
16@font-face {
17  font-family: 'pgn4web ChessOleFigurin';
18  src: url('ChessOleFigurin.eot');
19  src: url('ChessOleFigurin.eot?#iefix') format('embedded-opentype'), url('ChessOleFigurin.woff') format('woff'), url('ChessOleFigurin.ttf') format('truetype'), url('ChessOleFigurin.svg#ChessOle!FigurinMedium') format('svg');
20}
21
22