From b561ca87c885a55b6a76e85c1336848ffb6554d8 Mon Sep 17 00:00:00 2001 From: milarin Date: Sun, 18 Dec 2022 09:17:36 +0100 Subject: [PATCH] removed local icon font --- static/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 11370b9..9dd6684 100644 --- a/static/style.css +++ b/static/style.css @@ -3,9 +3,7 @@ font-style: normal; font-weight: 400; src: url("/static/icons.ttf"); - src: local('Material Icons'), - local('MaterialIcons-Regular'), - url("/static/icons.ttf") format('truetype'); + src: url("/static/icons.ttf") format('truetype'); } .material-icons {