From 96e9decf4a95397bedc0131b6d83ae9b882c5b89 Mon Sep 17 00:00:00 2001 From: Andrew Shaw Care Date: Sun, 2 Feb 2025 07:51:56 -0500 Subject: [PATCH] Remove Roboto font import and body styling from index.css --- static/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/index.css b/static/index.css index eaade17..e69de29 100644 --- a/static/index.css +++ b/static/index.css @@ -1,5 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); - -body { - font-family: 'Roboto', sans-serif; -} \ No newline at end of file