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:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -19,7 +19,7 @@ $container-max-widths: (
|
||||
);
|
||||
|
||||
/// Regular font family
|
||||
$text-font-stack: RijksSans, Calibri, sans-serif;
|
||||
$text-font-stack: Calibri, sans-serif;
|
||||
|
||||
// Text color
|
||||
$text-color: #0f172a;
|
||||
|
||||
Reference in New Issue
Block a user