🔤
Typography Scale Generator
CSS Code
:root {
--font-body: 'DM Sans', sans-serif;
--font-heading: 'Plus Jakarta Sans', sans-serif;
--fs-h1: 1.776875rem;
--fs-h2: 1.333125rem;
--fs-h3: 1rem;
--fs-h4: 0.75rem;
--fs-body: 0.5625rem;
--fs-small: 0.4225rem;
}
h1 { font-size: 1.776875rem; }
h2 { font-size: 1.333125rem; }
h3 { font-size: 1rem; }
h4 { font-size: 0.75rem; }
body { font-size: 0.5625rem; }
.small { font-size: 0.4225rem; }Preview
| Name | Size | Preview |
|---|---|---|
| h1 | 28.43px / 1.777rem | Heading H1 |
| h2 | 21.33px / 1.333rem | Heading H2 |
| h3 | 16px / 1.000rem | Heading H3 |
| h4 | 12px / 0.750rem | Heading H4 |
| body | 9px / 0.563rem | The quick brown fox jumps over the lazy dog. |
| small | 6.76px / 0.422rem | The quick brown fox jumps over the lazy dog. |