Comment out Quietism font-face declarations to fix slow page loads
The .woff2 files are missing from public/fonts/, causing failed requests that 302 redirect and stall page load (16+ seconds). Swap display font to Georgia as a fallback until Quietism files are available.
This commit is contained in:
parent
c785a23910
commit
52bb17e25d
2 changed files with 6 additions and 2 deletions
|
|
@ -49,8 +49,8 @@
|
|||
--font-sans: "Inter", sans-serif;
|
||||
--font-body: "Inter", sans-serif;
|
||||
--font-mono: "Ubuntu Mono", monospace;
|
||||
--font-display: "Quietism", serif;
|
||||
--font-serif: "Quietism", serif;
|
||||
--font-display: "Georgia", serif;
|
||||
--font-serif: "Georgia", serif;
|
||||
|
||||
/* Guild - warm neutral ground (light mode: dark values for text on light bg) */
|
||||
--color-guild-50: #1a1510;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue