From 32ef4e7be5a7d826fbdf9789e5af3968ffb219ac Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 20 Nov 2025 22:12:49 -0800 Subject: Clean up the static files --- static/styles.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index f95be8d..f147632 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,8 +1,6 @@ @font-face { font-family: 'QuickLove'; - src: - url('/static/QuickLove.woff2') format('woff2'), - url('/static/QuickLove.woff') format('woff'); + src: url('/static/QuickLove.woff2'); font-weight: normal; font-style: normal; } -- cgit v1.3.1