Skip to content
🔤

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
NameSizePreview
h128.43px / 1.777remHeading H1
h221.33px / 1.333remHeading H2
h316px / 1.000remHeading H3
h412px / 0.750remHeading H4
body9px / 0.563remThe quick brown fox jumps over the lazy dog.
small6.76px / 0.422remThe quick brown fox jumps over the lazy dog.