Files
schachfreunde-badsteben/assets/fonts/pgn4web-font-LiberationSans.css
tfeigel b29a21780f feat: add FEN block support and related assets
Introduced a new FEN block feature, including a PHP snippet to render FEN diagrams, a new CSS file for chessboard styling, font integration, and blueprint updates. Adjusted asset paths and file references for consistency.
2025-06-29 16:08:31 +02:00

31 lines
1.2 KiB
CSS

/*
* pgn4web javascript chessboard
* copyright (C) 2009-2012 Paolo Casaschi
* see README file and http://pgn4web.casaschi.net
* for credits, license and more details
*
*
* The standard LiberationSans font is supplied to allow for consistent display of
* header and text with the moves, when chess moves are displayed using a supplied
* figurine font.
*/
@font-face {
font-family: 'pgn4web Liberation Sans';
src: url('LiberationSans-Regular.eot');
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');
font-weight: normal;
}
@font-face {
font-family: 'pgn4web Liberation Sans';
src: url('LiberationSans-Bold.eot');
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');
font-weight: bold;
}
@font-face {
font-family: 'Case';
src: url('CASEFONT.TTF');
font-weight: normal;
}