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:
2025-07-06 13:50:54 +02:00
parent da690d42b6
commit 110fcf44a8
2 changed files with 36 additions and 1 deletions
+3 -1
View File
@@ -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([