fix: Add missing Instrument Serif font files and @font-face declarations

font-display class referenced Instrument Serif but no font was loaded,
causing fallback to condensed Georgia serif.
This commit is contained in:
Lukas May
2026-03-04 10:14:06 +01:00
parent 2948eb1139
commit d6fb1abcba
3 changed files with 16 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -14,6 +14,22 @@
font-display: swap;
}
@font-face {
font-family: 'Instrument Serif';
src: url('/fonts/InstrumentSerif-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Instrument Serif';
src: url('/fonts/InstrumentSerif-Italic.woff2') format('woff2');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@tailwind base;
@tailwind components;
@tailwind utilities;