aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-18 17:41:11 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-02-18 17:41:11 +0100
commite041307a6932664ce666a80e341b4bd94d1c263c (patch)
treea86b39f7f51782ab0e80b7d5851f1ee775502163 /resources
parent57875a7b1069a2f87c354e0589f12f54fe5e8c4b (diff)
feat(frontend): refactor components with new features
Diffstat (limited to 'resources')
-rw-r--r--resources/src/css/_typography.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/src/css/_typography.scss b/resources/src/css/_typography.scss
index f0cc680..a9e24c1 100644
--- a/resources/src/css/_typography.scss
+++ b/resources/src/css/_typography.scss
@@ -9,6 +9,11 @@
}
@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");
}