override theme fonts

This commit is contained in:
Livia 2025-04-08 12:23:53 +02:00
parent 4af3fa2701
commit 03cb405f20

18
static/style/style.css Normal file
View file

@ -0,0 +1,18 @@
/* override global font */
.avenir {
font-family: "IBM Plex Sans", sans-serif;
}
/* style headings */
h1, h2 {
font-family: "JetBrains Mono", monospace;
font-weight: 800;
font-style: italic;
text-transform: uppercase;
}
h1 a {
font-family: "IBM Plex Sans", sans-serif;
font-weight: 800;
font-style: italic;
}