Skip to content

Instantly share code, notes, and snippets.

@smchenrybc
Last active October 24, 2024 17:19
Show Gist options
  • Save smchenrybc/432ffec85d98122ce0cecb013f998ed8 to your computer and use it in GitHub Desktop.
Save smchenrybc/432ffec85d98122ce0cecb013f998ed8 to your computer and use it in GitHub Desktop.
Baseline.is Type Scale Generator "Major Third" stylesheet
/**
* 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