From 93cade093640a54e74a4c99f9bac136d82b16be1 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Tue, 26 Nov 2024 16:20:31 -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 3ab2479..a073559 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ } body { - font-family: ".SFUIRounded"; + font-family: "System Font"; background: linear-gradient(indigo, darkslategray) fixed; background: #100; margin-bottom: 100px;