From 4f841226d6706fdd8e230c5dc4540c167763f901 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 20 Jun 2023 09:05:14 +0800 Subject: [PATCH] Remove unused Georgia font download --- packages/web/styles/globals.css | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/packages/web/styles/globals.css b/packages/web/styles/globals.css index a54403958..569bddf90 100644 --- a/packages/web/styles/globals.css +++ b/packages/web/styles/globals.css @@ -250,27 +250,6 @@ div#appleid-signin { src: url('/static/fonts/Montserrat/Montserrat-Italic.ttf'); } -@font-face { - font-family: 'Georgia'; - font-weight: 400; - font-style: normal; - src: url('/static/fonts/Georgia/Georgia-Regular.ttf'); -} - -@font-face { - font-family: 'Georgia'; - font-weight: 700; - font-style: normal; - src: url('/static/fonts/Georgia/Georgia-Bold.ttf'); -} - -@font-face { - font-family: 'Georgia'; - font-weight: 400; - font-style: italic; - src: url('/static/fonts/Georgia/Georgia-Italic.ttf'); -} - @font-face { font-family: 'Newsreader'; font-weight: 400;