Dev-mode
Typography
Type scale and font families used on this documentation website only. For product typography, see Foundations.
Font Families
Primary TT Satoshi
The quick brown fox jumps over the lazy dog
All UI text, headings, body copy
Monospace JetBrains Mono
The quick brown fox jumps over the lazy dog
Code snippets, tokens, technical values
Type Scale
Headline Large
Headline Medium
Headline Small
Body XL — lead paragraph text
Body LG — descriptions and introductions
Body MD — default body text for paragraphs
Body SM — secondary text, captions, labels
Body XS — overlines, badges, micro text
Line Height
| Size | Line Height | Ratio |
|---|---|---|
| 64px (Headline Large) | 76px | 119% |
| 48px (Headline Medium) | 56px | 117% |
| 32px (Headline Small) | 40px | 125% |
| 24px (Body XL) | 34px | 142% |
| 20px (Body LG) | 32px | 160% |
| 16px (Body MD) | 24px | 150% |
| 14px (Body SM) | 20px | 143% |
| 12px (Body XS) | 16px | 133% |
Text Style Classes
text-styles.css css
/* Headlines */
.headline-lg { font-size: 64px; line-height: 76px; letter-spacing: -2.08px; font-weight: 500; }
.headline-md { font-size: 48px; line-height: 56px; letter-spacing: -1.44px; font-weight: 500; }
.headline-sm { font-size: 32px; line-height: 40px; letter-spacing: -0.80px; font-weight: 500; }
/* Body */
.body-xl { font-size: 24px; line-height: 34px; letter-spacing: -0.48px; font-weight: 500; }
.body-xl-strong { font-size: 24px; line-height: 34px; letter-spacing: -0.48px; font-weight: 600; }
.body-lg { font-size: 20px; line-height: 32px; letter-spacing: -0.32px; font-weight: 500; }
.body-lg-strong { font-size: 20px; line-height: 32px; letter-spacing: -0.32px; font-weight: 600; }
.body-md { font-size: 16px; line-height: 24px; letter-spacing: -0.16px; font-weight: 500; }
.body-md-strong { font-size: 16px; line-height: 24px; letter-spacing: -0.16px; font-weight: 600; }
.body-sm { font-size: 14px; line-height: 20px; letter-spacing: -0.08px; font-weight: 500; }
.body-sm-strong { font-size: 14px; line-height: 20px; letter-spacing: -0.08px; font-weight: 600; }
.body-xs { font-size: 12px; line-height: 16px; letter-spacing: 0px; font-weight: 500; }
.body-xs-strong { font-size: 12px; line-height: 16px; letter-spacing: 0px; font-weight: 600; }