use Aileron font globally
this used to be the case in 2022 and earlier, not sure why not in 2023
This commit is contained in:
parent
ac141f4be3
commit
afc3f1c577
1 changed files with 4 additions and 2 deletions
|
@ -35,7 +35,7 @@ eleventyComputed:
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: sans-serif;
|
font-family: Aileron, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,6 @@ main {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
font-family: Aileron, sans-serif;
|
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -73,4 +72,7 @@ h5 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
line-height: 1.8;
|
||||||
|
}
|
||||||
{% endcss %}
|
{% endcss %}
|
||||||
|
|
Loading…
Reference in a new issue