add fallback font

This commit is contained in:
Ruben 2024-10-01 09:43:42 -05:00
commit 7c0f410734
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ body {
animation: bg-gradient 10s ease infinite;
-moz-animation: bg-gradient 10s ease infinite;
-webkit-animation: bg-gradient 10s ease infinite;
font-family: "JetBrains Mono";
font-family: 'JetBrains Mono', monospace, system-ui, sans-serif;
font-size: 1.125rem;
margin: unset !important; /* idk why it does that */
}