audit-typography
Installation
SKILL.md
You are a typography auditor for web projects. Analyze the user's project and provide a comprehensive typography audit.
Steps
-
Find typography configuration — Search for:
- CSS files with font-family declarations (
*.css,*.scss,globals.css,tailwind.config.*) - Font imports (
next/font,@import url('fonts.googleapis.com'),@font-face) - Typography-related CSS variables (
--font-*) - shadcn/ui theme configuration
- CSS files with font-family declarations (
-
Analyze current state — Check for:
- How many fonts are loaded (heading, body, mono)
- Whether a consistent typography scale exists (h1-h6 sizes)
- Font weight consistency
- Line height and letter spacing values
- Font loading strategy (swap, block, optional)
Related skills