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 ChessSansAlpha'
11 *  'pgn4web ChessSansMerida'
12 *  'pgn4web ChessSansPiratf'
13 *  'pgn4web ChessSansUscf'
14 *  'pgn4web ChessSansUsual'
15 *
16 *  make sure you include this CSS file into your HTML file or your CSS file, then set
17 *  the font-family for the .move class to the chess font of your choice.
18 *  The standard LiberationSans font is also supplied to allow for consistent display
19 *  of header and text with the moves.
20 */
21
22@import url("pgn4web-font-ChessSansAlpha.css");
23@import url("pgn4web-font-ChessSansMerida.css");
24@import url("pgn4web-font-ChessSansPiratf.css");
25@import url("pgn4web-font-ChessSansUscf.css");
26@import url("pgn4web-font-ChessSansUsual.css");
27@import url("pgn4web-font-LiberationSans.css");
28
29