From 0e4f26992a06ebd9e7cc671a16d61864bf85c706 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Wed, 1 May 2024 15:01:36 +0200 Subject: [PATCH] :fire: Remove old fonts _fonts.scss relied on font assets that were in Django 2.2.x, but this causes errors when using ManifestStaticFilesStorage --- src/objecttypes/scss/_fonts.scss | 20 -------------------- src/objecttypes/scss/screen.scss | 1 - 2 files changed, 21 deletions(-) delete mode 100644 src/objecttypes/scss/_fonts.scss diff --git a/src/objecttypes/scss/_fonts.scss b/src/objecttypes/scss/_fonts.scss deleted file mode 100644 index d260cea6..00000000 --- a/src/objecttypes/scss/_fonts.scss +++ /dev/null @@ -1,20 +0,0 @@ -@font-face { - font-family: "Roboto"; - src: url("../admin/fonts/Roboto-Bold-webfont.woff"); - font-weight: 700; - font-style: normal; -} - -@font-face { - font-family: "Roboto"; - src: url("../admin/fonts/Roboto-Regular-webfont.woff"); - font-weight: 400; - font-style: normal; -} - -@font-face { - font-family: "Roboto"; - src: url("../admin/fonts/Roboto-Light-webfont.woff"); - font-weight: 300; - font-style: normal; -} \ No newline at end of file diff --git a/src/objecttypes/scss/screen.scss b/src/objecttypes/scss/screen.scss index 28eb97e0..0db56da4 100644 --- a/src/objecttypes/scss/screen.scss +++ b/src/objecttypes/scss/screen.scss @@ -1,4 +1,3 @@ @import "vars"; -@import "fonts"; @import "app"; @import "components/all.scss";