Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2017 14:30
Show Gist options
  • Save anonymous/3d4c143138824cc322d04a86b606f51e to your computer and use it in GitHub Desktop.
Save anonymous/3d4c143138824cc322d04a86b606f51e to your computer and use it in GitHub Desktop.
:root {
--fontSize: 1rem;
}
h1 {
font-size: calc(var(--fontSize) * 3);
}
h2 {
font-size: calc(var(--fontSize) * 2.75);
}
h3 {
font-size: calc(var(--fontSize) * 2.25);
}
h4 {
font-size: calc(var(--fontSize) * 2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment