Fonts: add ui-sans-serif to the sans fallback chain (match WorkClaw)

--font-sans was 'var(--font-geist), system-ui, sans-serif'; WorkClaw's
chain includes ui-sans-serif before system-ui. Added it so the fallback
order matches: geist, geist Fallback, ui-sans-serif, system-ui, sans-serif.
Fallback-only — Geist always loads (vendored locally), so rendering is
unchanged; full suite (37, incl. visual) green with no baseline diff.

(The lowercase 'geist' / 'geist Fallback' names are next/font's
auto-generated, metric-adjusted family names — CSS font-family matching is
case-insensitive, so they render identically to 'Geist'/'Geist Fallback'.)

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
Omar Sobh
2026-06-11 13:50:48 -05:00
co-authored by Claude Fable 5
parent 2910189717
commit ea27715202
+1 -1
View File
@@ -60,7 +60,7 @@
--radius-button: 9999px; /* pill buttons + nav items */ --radius-button: 9999px; /* pill buttons + nav items */
--radius-toggle: 8px; --radius-toggle: 8px;
--font-sans: var(--font-geist), system-ui, sans-serif; --font-sans: var(--font-geist), ui-sans-serif, system-ui, sans-serif;
--font-mono: var(--font-geist-mono), ui-monospace, monospace; --font-mono: var(--font-geist-mono), ui-monospace, monospace;
/* Layout (§4, §6, §7): rail 176, sessions 208, computer 448. */ /* Layout (§4, §6, §7): rail 176, sessions 208, computer 448. */