Last active
October 24, 2024 17:19
-
-
Save smchenrybc/432ffec85d98122ce0cecb013f998ed8 to your computer and use it in GitHub Desktop.
Baseline.is Type Scale Generator "Major Third" stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* type-scale.css | |
* | |
* @link https://baseline.is/tools/type-scale-generator | |
*/ | |
html {font-size: 16px;} | |
body { | |
font-family: 'Open Sans', sans-serif; | |
font-weight: false; | |
line-height: 1.65; | |
} | |
p { | |
font-size: 1em; | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5 { | |
font-family: 'Open Sans', sans-serif; | |
font-weight: true; | |
line-height: 1.15; | |
} | |
h1, | |
.text-size-h1 { | |
font-family: 'Open Sans', sans-serif; | |
font-weight: 700; | |
margin-top: 0; | |
font-size: 3.05em; | |
} | |
h2, | |
.text-size-h2 { font-size: 2.44em; } | |
h3, | |
.text-size-h3 { font-size: 1.95em; } | |
h4, | |
.text-size-h4 { font-size: 1.56em; } | |
h5, | |
.text-size-h5 { font-size: 1.25em; } | |
.text-caption { font-size: 0.8em; } | |
small, | |
.text-small { | |
font-size: 0.64em; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment