aboutsummaryrefslogtreecommitdiff
path: root/resources/src/css/_typography.scss
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-19 16:33:58 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-19 16:35:55 +0200
commit0d33dd8ad4c05d135ceb533e62601fc4060f0d2c (patch)
tree6f5f6b68a9f5aeed36c1c3de2cd85fde36775537 /resources/src/css/_typography.scss
parentac56423d109a895d7bdad465ebab63ed2f7f1731 (diff)
feat: migrate to self-hosted @fontsource/nunito-sans font
Diffstat (limited to 'resources/src/css/_typography.scss')
-rw-r--r--resources/src/css/_typography.scss29
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");
-}