fix(styles): drop dead RijksSans font-face + stack from vendored CIBG CSS

The rijks-sans-regular/italic.woff2 files were never vendored (only
CIBG-icons-1.2.woff2 exists), so the @font-face rules 404'd on every page
load and the font stacks named a font that could never load anyway. Matches
the already-documented decision to run a system-font stack (licensed RO/Rijks
fonts not shipped).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
eho
2026-07-30 12:57:30 +02:00
co-authored by Claude Sonnet 5
parent 3588057a75
commit 4d5ed7ca36
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -19,7 +19,7 @@ $container-max-widths: (
); );
/// Regular font family /// Regular font family
$text-font-stack: RijksSans, Calibri, sans-serif; $text-font-stack: Calibri, sans-serif;
// Text color // Text color
$text-color: #0f172a; $text-color: #0f172a;