From b25c0ef2d9984a47e09b44e7b2cef83eafa5db63 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Tue, 26 Nov 2024 16:18:56 -0500 Subject: [PATCH] chore: Fixup Font --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a073559..3ab2479 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ } body { - font-family: "System Font"; + font-family: ".SFUIRounded"; background: linear-gradient(indigo, darkslategray) fixed; background: #100; margin-bottom: 100px;