Expert front-end web typography guidance for AI coding agents working in HTML, CSS, JSX, Tailwind, design systems, and web app interfaces.
This skill helps agents choose and pair fonts, build fluid type scales, set readable measure and rhythm, fix heading wraps, improve web-font loading, reduce font-driven layout shift, and run an accessibility pass against WCAG text requirements.
SKILL.md- core workflow and trigger guidance.assets/starter.css- accessible system-font and web-font starter CSS.references/foundations.md- classical typography principles for the web.references/fluid-scale.md- modular and fluid type scales withclamp().references/font-loading.md- web-font performance and CLS prevention.references/accessibility.md- WCAG-oriented typography checks.references/modern-css.md- progressive enhancement with modern CSS type features.references/decision-records.md- rationale and decision records.
For Codex:
./scripts/install-codex-skill.shManual install:
mkdir -p ~/.codex/skills/web-typography
rsync -a --delete ./ ~/.codex/skills/web-typography/For other agents that use filesystem skills, copy this folder into that agent's skills directory.
Use $web-typography to set up a readable type scale for this landing page.
Use $web-typography to fix the body copy, heading wraps, and font loading CLS in this React app.
This is an independent synthesis of widely taught typographic principles and modern web implementation practices. It credits the lineage of ideas where useful, but does not reproduce source prose, layouts, or proprietary examples.
See ATTRIBUTION.md and LICENSE-REVIEW.md.
Apache-2.0. See LICENSE.