What problem does it solve? Interfaces often ship with inconsistent font sizes, broken heading hierarchy, bad line wrapping, truncated content, and synthesized font weights that distort the intended design. This Skill audits rendered typography against concrete CSS rules and produces fixes written in the project's own styling system. ## Core Features & Use Cases - Type system review: Checks type scale usage, semantic size naming, heading hierarchy, line-height by role, and letter-spacing by size. - Rendering and wrapping fixes: Applies text-wrap balance/pretty, truncation with ellipsis or line-clamp, tabular numbers, and measure caps of 60-75 characters. - Font loading and OpenType guidance: Covers woff2 formats, font-synthesis risks, variable font axes, and OpenType features like tabular-nums and stylistic sets. - Use Case: Ask it to review a page's styles and receive a severity-ranked table of findings with before/after values, such as a card description using heading line-height or an input under 16px triggering iOS zoom. ## Quick Start Review the typography in my project and report any issues with font sizes, spacing, wrapping, and truncation.