mirror of
https://github.com/luxfi/wallet.git
synced 2026-07-27 03:37:41 +00:00
The SPA ships no font files and never set a font-family, so every element fell back to the browser's serif default (Times) — the landing page read as "unstyled" even though the brand theme (accent/surface/neutral CSS vars) was being injected correctly by loadBrandConfig. Set a system sans-serif stack on html/body (zero bundled assets, crisp on every platform) and force form controls (button/select/input) to inherit it, since they don't by default. Verified headless (Chrome channel, 390px): body font-family was "Times" before; this makes it the system sans stack. Pairs with the prior overflow fix. Co-authored-by: Hanzo Dev <dev@hanzo.ai>