ACTUALLY fix fonts

This commit is contained in:
Sangelo 2023-06-11 18:10:52 +02:00
parent 01c12a95a0
commit c1f875b3e0

View file

@ -85,7 +85,7 @@
} }
.navigation-bar a { .navigation-bar a {
font-family: 'IBM Plex Mono', monospace; font-family: 'Space Grotesk', sans-serif;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 1em; font-size: 1em;
@ -94,7 +94,7 @@
} }
[data-theme="dark"] .navigation-bar a { [data-theme="dark"] .navigation-bar a {
font-family: 'IBM Plex Mono', monospace; font-family: 'Space Grotesk', sans-serif;
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
font-size: 1em; font-size: 1em;