Fix typo in comment
This commit is contained in:
parent
f2b91323a4
commit
aac253508d
1 changed files with 3 additions and 1 deletions
|
@ -194,6 +194,7 @@ h1 {
|
|||
font-family: "Heading";
|
||||
font-style: italic;
|
||||
line-height: normal;
|
||||
font-optical-sizing: auto;
|
||||
}
|
||||
|
||||
h2,
|
||||
|
@ -205,10 +206,11 @@ h6 {
|
|||
font-style: italic;
|
||||
font-weight: normal;
|
||||
line-height: var(--ui-spacing);
|
||||
font-optical-sizing: auto;
|
||||
}
|
||||
|
||||
:root {
|
||||
--head-mult: 0.88; /* This is pairwise fixed, JuliaMono + Alegreya. */
|
||||
--head-mult: 0.88; /* This is pairwise fixed, Literata + Alegreya. */
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue