Design tokens
Font family
Published on
Font family
Defaults to `system-ui, sans-serif`. Can be overridden with modern font stacks (opens in new tab) or any other web font like Atkinson Hyperlegible (opens in new tab). If using a web font, watch Font Performance Strategies | Mandy Michael | performance.now() 2024 (opens in new tab) to be sure you're implementing in a performant way.
Font size
Set to the users preference or 18px, whichever is larger. 18px is chosen because of the increased thickness leading to improved contrast (WCAG ???). All headers use % of user setting, while ensuring a 2.5 ratio between the largest and smallest font sizes for readability.
https://adrianroselli.com/2024/03/the-ultimate-ideal-bestest-base-font-size-that-everyone-is-keeping-a-secret-especially-chet.html
Example
References
- The Ultimate Ideal Bestest Base Font Size That Everyone Is Keeping a Secret, Especially Chet (opens in new tab) — Adrian Roselli
- Responsive Type and Zoom (opens in new tab) — Adrian Roselli
- Under-Engineered Dependency-Free Skip to Content Link (opens in new tab) — Adrian Roselli
- Modern Font Stacks (opens in new tab)