What problem does it solve? Web interfaces often ship with typography issues that only appear at real content lengths: bad wrapping, orphaned words, synthesized font weights, shifting numeric layouts, and broken heading hierarchies. This Skill provides a systematic review checklist and exact CSS fixes so text renders correctly across viewports, languages, and content lengths. ## Core Features & Use Cases - Type System Review: Validates type scales, heading hierarchy, line-height by role, letter-spacing, and measure caps (60-75 characters per line) against concrete rules. - Rendering Fixes: Covers font formats (.woff2), variable font axes, OpenType features like tabular-nums, font synthesis control, and macOS font smoothing, with a CSS-to-Tailwind cheat sheet. - Wrapping and Truncation: Applies text-wrap balance/pretty, overflow-wrap, line-clamp, ellipsis truncation, smart punctuation, and bidi handling for mixed-direction content. - Use Case: A frontend developer asks for a typography audit of a marketing page. The Skill checks computed heading sizes, finds a card description using heading line-height, detects a price display without tabular numbers, and reports findings in a severity-ranked table with exact CSS fixes. ## Quick Start Review the typography of my landing page and report any wrapping, hierarchy, or font-loading issues with fixes.