/*
 *  pgn4web javascript chessboard
 *  copyright (C) 2009 Paolo Casaschi
 *  see README file and http://pgn4web.casaschi.net
 *  for credits, license and more details
 *
 *
 *  allows using the following chess figurine font-family setting for the chess moves:
 *
 *  'pgn4web ChessSansAlpha'
 *  'pgn4web ChessSansMerida'
 *  'pgn4web ChessSansPiratf'
 *  'pgn4web ChessSansUscf'
 *  'pgn4web ChessSansUsual'
 *
 *  make sure you include this CSS file into your HTML file or your CSS file, then set
 *  the font-family for the .move class to the chess font of your choice.
 *  The standard LiberationSans font is also supplied to allow for consistent display
 *  of header and text with the moves.
 */

@font-face {
  font-family: 'pgn4web ChessSansAlpha';
  src: url('ChessSansAlpha.eot');
  src: local('ChessSansAlpha Regular'), local('ChessSansAlpha'), url('ChessSansAlpha.woff') format('woff'), url('ChessSansAlpha.ttf') format('truetype'), url('ChessSansAlpha.svg#ChessSansAlpha') format('svg');
}

@font-face {
  font-family: 'pgn4web ChessSansMerida';
  src: url('ChessSansMerida.eot');
  src: local('ChessSansMerida Regular'), local('ChessSansMerida'), url('ChessSansMerida.woff') format('woff'), url('ChessSansMerida.ttf') format('truetype'), url('ChessSansMerida.svg#ChessSansMerida') format('svg');
}

@font-face {
  font-family: 'pgn4web ChessSansPiratf';
  src: url('ChessSansPiratf.eot');
  src: local('ChessSansPiratf Regular'), local('ChessSansPiratf'), url('ChessSansPiratf.woff') format('woff'), url('ChessSansPiratf.ttf') format('truetype'), url('ChessSansPiratf.svg#ChessSansPiratf') format('svg');
}

@font-face {
  font-family: 'pgn4web ChessSansUscf';
  src: url('ChessSansUscf.eot');
  src: local('ChessSansUscf Regular'), local('ChessSansUscf'), url('ChessSansUscf.woff') format('woff'), url('ChessSansUscf.ttf') format('truetype'), url('ChessSansUscf.svg#ChessSansUscf') format('svg');
}

@font-face {
  font-family: 'pgn4web ChessSansUsual';
  src: url('ChessSansUsual.eot');
  src: local('ChessSansUsual Regular'), local('ChessSansUsual'), url('ChessSansUsual.woff') format('woff'), url('ChessSansUsual.ttf') format('truetype'), url('ChessSansUsual.svg#ChessSansUsual') format('svg');
}

/* 
 * below is the standard Liberation Sans font definition, 
 * supplied here to allow for a consistent display of game header
 * and comments with the above fonts used for the moves
 */

@font-face {
  font-family: 'pgn4web Liberation Sans';
  src: local('Liberation Sans Bold'), local('LiberationSans-Bold'), url('LiberationSans-Bold.woff') format('woff'), url('LiberationSans-Bold.ttf') format('truetype'), url('LiberationSans-Bold.svg#LiberationSans-Bold') format('svg');
  font-weight: bold;
}

@font-face {
  font-family: 'pgn4web Liberation Sans';
  src: url('LiberationSans-Regular.eot');
  src: local('Liberation Sans Regular'), local('Liberation Sans'), local('LiberationSans'), url('LiberationSans-Regular.woff') format('woff'), url('LiberationSans-Regular.ttf') format('truetype'), url('LiberationSans-Regular.svg#LiberationSans') format('svg');
  font-weight: normal;
}

