Fix the header font size scale

This commit is contained in:
Eryn Wells 2024-05-26 09:25:24 -07:00
parent 452fec15ad
commit 7ff50445f5

View file

@ -19,11 +19,11 @@
--font-size-scale-factor: 1vmax;
--site-header-font-size: 200%;
--h1-size: 305%;
--h2-size: 244%;
--h3-size: 195%;
--h4-size: 156%;
--h5-size: 125%;
--h1-size: 212%;
--h2-size: 178%;
--h3-size: 135%;
--h4-size: 121%;
--h5-size: 100%;
--h6-size: 100%;
--line-height: 1.5;
@ -98,7 +98,7 @@
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-heading);
font-weight: 600;
font-weight: bold;
letter-spacing: 1pt;
line-height: var(--heading-line-height);
}