summaryrefslogtreecommitdiff
path: root/internal/web/static/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/static/base.css')
-rw-r--r--internal/web/static/base.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/web/static/base.css b/internal/web/static/base.css
index 220badd..776c934 100644
--- a/internal/web/static/base.css
+++ b/internal/web/static/base.css
@@ -9,7 +9,9 @@
*/
:root {
- --font-reading: Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
+ /* Reading typeface. A theme may override just this by setting --theme-font
+ * (the ONE sanctioned type override; base.css still owns sizing/spacing). */
+ --font-reading: var(--theme-font, Georgia, "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif);
--font-ui: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
--measure: 42rem;
--space-1: 0.5rem;