2025-02-26
All checks were successful
ci/woodpecker/push/publish_instable Pipeline was successful

This commit is contained in:
gcch 2025-02-26 23:25:48 +01:00
commit a4a99789a9
23 changed files with 294 additions and 298 deletions

View file

@ -1,18 +1,21 @@
:root {
--headings-font-family: Banquise, monospace;
}
h1 {
font-family: Banquise, monospace;
font-family: var(--headings-font-family);
font-size: var(--s3);
font-weight: 600;
letter-spacing: 1.5px;
letter-spacing: var(--letter-spacing-medium);
}
h2 {
font-family: Banquise, monospace;
font-family: var(--headings-font-family);
font-size: var(--s2);
letter-spacing: 1px;
letter-spacing: var(--letter-spacing-small);
}
h3 {
font-family: Banquise, monospace;
font-family: var(--headings-font-family);
font-size: var(--s1);
letter-spacing: 1px;
letter-spacing: var(--letter-spacing-small);
}