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 *  The standard LiberationSans font is supplied to allow for consistent display of
9 *  header and text with the moves, when chess moves are displayed using a supplied
10 *  figurine font.
11 */
12
13@font-face {
14  font-family: 'pgn4web Liberation Sans';
15  src: url('LiberationSans-Regular.eot');
16  src: url('LiberationSans-Regular.eot?#iefix') format('embedded-opentype'), url('LiberationSans-Regular.woff') format('woff'), url('LiberationSans-Regular.ttf') format('truetype'), url('LiberationSans-Regular.svg#LiberationSans') format('svg');
17  font-weight: normal;
18}
19
20@font-face {
21  font-family: 'pgn4web Liberation Sans';
22  src: url('LiberationSans-Bold.eot');
23  src: url('LiberationSans-Bold.eot?#iefix') format('embedded-opentype'), url('LiberationSans-Bold.woff') format('woff'), url('LiberationSans-Bold.ttf') format('truetype'), url('LiberationSans-Bold.svg#LiberationSans-Bold') format('svg');
24  font-weight: bold;
25}
26
27