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.
This commit is contained in:
2025-06-29 16:08:31 +02:00
parent 6ff29c724e
commit b29a21780f
10 changed files with 154 additions and 5 deletions
Binary file not shown.
@@ -24,3 +24,8 @@
font-weight: bold;
}
@font-face {
font-family: 'Case';
src: url('CASEFONT.TTF');
font-weight: normal;
}