From 122c6eb74d236a0b5ebf2ac99c5e5f50a478ba5e Mon Sep 17 00:00:00 2001 From: SprintingSnail Date: Wed, 13 Nov 2024 08:40:21 -0600 Subject: [PATCH] CUSTOM STYLES! --- index.html | 4 ++-- style.css | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 396db4a..20bcaa4 100644 --- a/index.html +++ b/index.html @@ -8,10 +8,10 @@ - +


-
+

Classchat v2

diff --git a/style.css b/style.css index 3214074..3c9b292 100644 --- a/style.css +++ b/style.css @@ -9,10 +9,6 @@ body { min-height: 100vh; } -* { - font-family: Inter; -} - @font-face { font-family: Inter; src: url(fonts/Inter.ttf);