From 7c0f4107349a632fef3dea56fd5135f650c209e3 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 1 Oct 2024 09:43:42 -0500 Subject: [PATCH] add fallback font --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d90c481..dd84c28 100644 --- a/style.css +++ b/style.css @@ -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 */ }