Inclusive typography presets land in major design systems to support multilingual accessibility
Design · 5 min read
Designers have long struggled with the tension between consistent typographic scale and the diverse typographic needs of global interfaces. The new presets define semantic token sets (body, caption, ui-compact) with parameters tuned per script family—Latin, Cyrillic, Arabic, Devanagari, and CJK—alongside recommended variable font axes for width, optical size, and x-height adjustments.
Systems now ship accessible defaults like increased x-height for small UI sizes, slightly looser letter-spacing for UI labels, and dyslexia-friendly alternates where legal and brand-safe. Importantly, the presets include runtime utilities so the UI can swap to script-appropriate metrics when locale changes, avoiding typographic crowding or unintended truncation.
Engineers get deterministic fallback rules for environments without variable-font support, and design tokens include 'legibility' metadata (e.g., recommended line-length ranges, min-font-size for interactive controls). These additions aim to reduce edge-case breakage in internationalized products and make readable defaults the path of least resistance.