What problem does it solve? Web interfaces often ship with inconsistent font choices, broken heading hierarchies, poor line lengths, and accessibility issues like low contrast or iOS input zoom. This Skill provides a systematic set of typography principles and review checklists so text in any frontend codebase is readable, consistent, and accessible. ## Core Features & Use Cases - Font Selection & Formats: Guidance on typeface categories, pairing, woff2 formats, variable fonts, and OpenType features like tabular numbers and stylistic sets. - Spacing & Hierarchy: Type scales, descending heading sizes, unitless line-height, letter-spacing rules, and measure caps of 60-75 characters per line. - Wrapping, Truncation & Details: text-wrap balance/pretty, line-clamp truncation, underline tuning, smart punctuation, RTL logical properties, and WCAG contrast floors. - Use Case: Ask for a typography review of a React/Tailwind component and receive a Before/After table of fixes expressed in the project's existing styling system, such as adding tabular-nums to live prices or capping article width with max-w-2xl. ## Quick Start Review the typography in my frontend components and suggest fixes following the better-typography principles.