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:
BIN
apps/web/public/fonts/InstrumentSerif-Italic.woff2
Normal file
BIN
apps/web/public/fonts/InstrumentSerif-Italic.woff2
Normal file
Binary file not shown.
BIN
apps/web/public/fonts/InstrumentSerif-Regular.woff2
Normal file
BIN
apps/web/public/fonts/InstrumentSerif-Regular.woff2
Normal file
Binary file not shown.
@@ -14,6 +14,22 @@
|
|||||||
font-display: swap;
|
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 base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|||||||
Reference in New Issue
Block a user