From a48e91b037b049fd06db551edc76b7ed40df8f4c Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 18 Jul 2026 23:56:50 +0200 Subject: Restyle typography: Besley headings, IBM Plex Sans/Mono body, remove uppercase - Load Besley 600, IBM Plex Sans 400/500/700, IBM Plex Mono 400/500 via Google Fonts - Replace system serif/mono stacks with intentional font choices - Remove text-transform: uppercase everywhere except HITO logo - Update all template text from ALL CAPS to natural case - Bump mobile base font from 15px to 16px (prevents iOS input zoom) - Raise minimum font-size to 0.8rem across all small text - Fix WCAG AA contrast: --gold-dim to #9E8340, --red-bright to #E04530 - Ensure all touch targets meet 44px minimum (inputs, buttons, checkboxes) - Blockquotes now render in Besley for literary weight - Strong elements use bold weight instead of italic for sans-serif body --- templates/setup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/setup.html') diff --git a/templates/setup.html b/templates/setup.html index 3653c06..2a2613f 100644 --- a/templates/setup.html +++ b/templates/setup.html @@ -42,7 +42,7 @@ - + {% endblock %} -- cgit v1.2.3