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 figurine font-family setting for the chess moves:
9 *
10 *  'pgn4web ChessSansUscf'
11 *
12 *  make sure you include this CSS file into your HTML file or your CSS file, then set
13 *  the font-family for the .move class to the chess font of your choice.
14 */
15
16@font-face {
17  font-family: 'pgn4web ChessSansUscf';
18  src: url('ChessSansUscf.eot');
19  src: url('ChessSansUscf.eot?#iefix') format('embedded-opentype'), url('ChessSansUscf.woff') format('woff'), url('ChessSansUscf.ttf') format('truetype'), url('ChessSansUscf.svg#ChessSansUscf') format('svg');
20}
21
22