Guidelines / Typography
Body
JetBrains Mono - 16px / 1.65
01 Preview
02 Rule
JetBrains Mono for all reading and UI. Separate paragraphs by a full line, never indent.
03 Tokens
| Token | Value |
|---|---|
| --font-mono | 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace |
| --leading-tight | 1.1 |
| --leading-snug | 1.3 |
| --leading-body | 1.65 |
The tokens this card covers, from src/tokens/typography.css. Use these via var(--name) rather than literal values — npm run lint enforces it wherever a token holds the value.