# Type Audit

> Audit all font-family, font-size, font-weight, line-height, and letter-spacing declarations across the codebase. Find inconsistencies, banned fonts, and missing hierarchy.

- Skill: `dragoon0x/type-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/type-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/type-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/type-audit

---


# /type-audit — Typography Audit

Scan every typography-related CSS declaration and report:

1. **Font families in use** — list all, flag any on the banlist
2. **Font sizes** — list all unique sizes, check for mathematical ratio consistency
3. **Font weights** — verify 2-4 weights are used for hierarchy
4. **Line heights** — check against recommended ranges
5. **Letter spacing** — verify all-caps text has positive tracking
6. **Hierarchy depth** — count distinct heading levels in use

Present as a structured report with pass/fail per check.

