What problem does it solve? Choosing and implementing typefaces for the web involves readability, hierarchy, pairing, and performance trade-offs that are easy to get wrong, resulting in cramped text, clashing fonts, slow font loading, and poor reading experiences. ## Core Features & Use Cases - Typeface Evaluation and Selection: Assess technical quality, x-height, counters, and licensing, then choose faces matched to content tone and reading context. - Pairing and Hierarchy: Apply contrast-based pairing strategies and build type hierarchies using size, weight, and color with modular scales. - CSS Implementation and Performance: Implement fluid typography with clamp(), @font-face with font-display: swap, subsetting, and variable fonts under a 200KB payload budget. - Use Case: When building a content-heavy site, use this Skill to pick a readable body face, pair it with a display headline face, set a 65ch measure with 1.6 line height, and configure preloaded WOFF2 fonts with fallbacks. ## Quick Start Ask the AI to review your page's typography and recommend a font pairing, type scale, and optimized font loading CSS.