diff --git a/src/app.css b/src/app.css index 0f38c49d..00fa408d 100644 --- a/src/app.css +++ b/src/app.css @@ -233,12 +233,14 @@ html.trusted_access #appShell { font-display: swap; } */ -/* modern theme */ -@font-face { +/* modern theme — @font-face commented out 2026-05-19: Quicksand is declared but no + CSS rule applies font-family:'Quicksand' to any element, so the browser never + fetches this file. Re-enable if a theme or component starts using it. */ +/* @font-face { font-family: 'Quicksand'; src: url('/fonts/Quicksand.ttf'); font-display: swap; -} +} */ /* :root [data-theme='modern'] { */ /* --theme-rounded-base: 20px; diff --git a/src/app.html b/src/app.html index 0a74c7c6..e4f0ce03 100644 --- a/src/app.html +++ b/src/app.html @@ -53,6 +53,8 @@ + + + + %sveltekit.head%
+