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";