mirror of
https://github.com/luxfi/wallet.git
synced 2026-07-27 03:37:41 +00:00
21986289db9a6f4d0345c32935e0042c768a375d
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>
Description
Open Source Lux DeFi Wallet.
187 MiB
Languages
TypeScript
88%
Swift
4.2%
Kotlin
4.1%
JavaScript
1.2%
Go
0.8%
Other
1.6%