Fix the header font size scale
This commit is contained in:
parent
452fec15ad
commit
7ff50445f5
1 changed files with 6 additions and 6 deletions
|
@ -19,11 +19,11 @@
|
||||||
--font-size-scale-factor: 1vmax;
|
--font-size-scale-factor: 1vmax;
|
||||||
--site-header-font-size: 200%;
|
--site-header-font-size: 200%;
|
||||||
|
|
||||||
--h1-size: 305%;
|
--h1-size: 212%;
|
||||||
--h2-size: 244%;
|
--h2-size: 178%;
|
||||||
--h3-size: 195%;
|
--h3-size: 135%;
|
||||||
--h4-size: 156%;
|
--h4-size: 121%;
|
||||||
--h5-size: 125%;
|
--h5-size: 100%;
|
||||||
--h6-size: 100%;
|
--h6-size: 100%;
|
||||||
|
|
||||||
--line-height: 1.5;
|
--line-height: 1.5;
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: var(--font-family-heading);
|
font-family: var(--font-family-heading);
|
||||||
font-weight: 600;
|
font-weight: bold;
|
||||||
letter-spacing: 1pt;
|
letter-spacing: 1pt;
|
||||||
line-height: var(--heading-line-height);
|
line-height: var(--heading-line-height);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue