What problem does it solve? Choosing and implementing typefaces for the web involves readability, pairing, responsive sizing, and font-loading performance decisions that are easy to get wrong, resulting in cramped text, clashing fonts, and slow page loads. ## Core Features & Use Cases - Typeface Evaluation & Selection: Systematic criteria for assessing x-height, counters, stroke contrast, character completeness, and licensing before committing to a font. - Pairing & Hierarchy Guidance: Proven serif/sans pairings, superfamilies, and modular type scales with a 0-10 scoring rubric for reviewing implementations. - CSS Implementation & Performance: Ready-to-use patterns for fluid typography with clamp(), @font-face setup, font-display strategies, subsetting, and variable fonts under a 200KB payload budget. - Use Case: When building a content site, ask for a typography review and receive a scored assessment with specific fixes for line length, line height, heading hierarchy, and font loading. ## Quick Start Review the typography of my landing page and recommend a font pairing with the CSS to implement it.