From ff2a12dd7736164292e838d393c56b3e6f8805c3 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 23 Jul 2026 15:53:36 +0200 Subject: web: add dominicans/marian/epiphany themes + --theme-font hook (memento_mori monospace) --- internal/web/static/base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'internal/web/static/base.css') 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; -- cgit v1.3