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:
Lyn Fugmann 2024-09-20 16:49:36 +02:00
parent ac141f4be3
commit afc3f1c577

View file

@ -35,7 +35,7 @@ eleventyComputed:
}
body {
margin: 0;
font-family: sans-serif;
font-family: Aileron, sans-serif;
line-height: 1.5;
color: var(--color-text);
}
@ -45,7 +45,6 @@ main {
margin-right: auto;
}
h1, h2, h3, h4 {
font-family: Aileron, sans-serif;
color: var(--color-primary);
}
h1 {
@ -73,4 +72,7 @@ h5 {
font-size: 1rem;
margin-bottom: 1rem;
}
p {
line-height: 1.8;
}
{% endcss %}