Typography Validation for Design Systems
Typography that
ships correct
One JSON file describes your type system. 20 rules validate it. One command exports to Tailwind, shadcn, CSS, or W3C Design Tokens. Works from the CLI, in CI, or through 12 MCP tools for AI agents.
1,929
Fonts in Registry
20
Validation Rules
12
MCP Tools
100
Presets
01 — Verify
Validate typography tokens
20 rules covering WCAG contrast ratios, line-height floors, heading hierarchy, spacing monotonicity, and dark-mode completeness. Block bad tokens in CI before they ship.
02 — Resolve
Font intelligence at your fingertips
1,929 fonts with metrics, context scores, and pairing recommendations. Generate platform-aware fallback CSS for 5 rendering targets with a single command.
03 — Deploy
Export to any stack
One token file, every format. CSS custom properties, Tailwind config, shadcn theme, and W3C Design Tokens — generated in a single build step.
Agent-Native
Built for AI agents,
not just humans
12 MCP tools. Works with Claude, Cursor, Windsurf, Cline, and any MCP-compatible client. Add fetchtype to your agent's context and it can validate, resolve, and export typography without leaving the conversation.
Add to your MCP config
{
"mcpServers": {
"fetchtype": {
"command": "npx",
"args": ["fetchtype", "mcp"]
}
}
} Compatible with Claude Desktop · Cursor · Windsurf · Cline · Continue
Get Started
Three commands to
validated typography
Step 1 — Init
Scaffold a fetchtype.tokens.json from a preset,
or bring your own token file.
Step 2 — Validate
Run all 20 rules. Exit 1 on errors — safe to gate in CI.
Step 3 — Build
Emit CSS, Tailwind, shadcn, and W3C token files in one pass.
100 presets included
Full API reference, MCP tool documentation, and integration guides live on fetchtype.dev.