Use a "major third" type scale from https://typescale.com for the heading font sizes
This commit is contained in:
parent
fc35499d6c
commit
f2800b0619
1 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue