feat: add font integration and update layout for additional stylesheets
Integrated new fonts (Ubuntu and Roboto) with `@font-face`, added `fonts.css` for font definitions. Updated layout snippet to include `pgn4web.css` and `fonts.css` for extended styling support.
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
|
||||
<?= css([
|
||||
'assets/css/styles.css',
|
||||
'assets/css/chess.css'
|
||||
'assets/css/chess.css',
|
||||
'assets/css/pgn4web.css',
|
||||
'assets/css/fonts.css',
|
||||
]) ?>
|
||||
|
||||
<?= js([
|
||||
|
||||
Reference in New Issue
Block a user