diff options
Diffstat (limited to 'resources/src/css/_typography.scss')
-rw-r--r-- | resources/src/css/_typography.scss | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/resources/src/css/_typography.scss b/resources/src/css/_typography.scss deleted file mode 100644 index a9e24c1..0000000 --- a/resources/src/css/_typography.scss +++ /dev/null @@ -1,29 +0,0 @@ -@font-face { - font-family: "nunito-light"; - src: url("../fonts/nunito/Nunito-Light.ttf"); -} - -@font-face { - font-family: "nunito-semibold"; - src: url("../fonts/nunito/Nunito-SemiBold.ttf"); -} - -@font-face { - font-family: "nunito-bold"; - src: url("../fonts/nunito/Nunito-Bold.ttf"); -} - -@font-face { - font-family: "roboto-light"; - src: url("../fonts/roboto/Roboto-Light.ttf"); -} - -@font-face { - font-family: "roboto-regular"; - src: url("../fonts/roboto/Roboto-Regular.ttf"); -} - -@font-face { - font-family: "roboto-medium"; - src: url("../fonts/roboto/Roboto-Medium.ttf"); -} |