Use a "major third" type scale from https://typescale.com for the heading font sizes

This commit is contained in:
Eryn Wells 2023-05-17 08:32:47 -07:00
parent fc35499d6c
commit f2800b0619

View file

@ -285,12 +285,12 @@ footer.site p + p {
}
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.3em; }
h6 { font-size: var(--body-font-size); }
h1 { font-size: 305%; }
h2 { font-size: 244%; }
h3 { font-size: 195%; }
h4 { font-size: 156%; }
h5 { font-size: 125%; }
h6 { font-size: 100%; }
h5, h6 { font-family: var(--font-family-body); }
h1, h2, h3, h4, h5, h6 {