diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-02-18 17:41:11 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-02-18 17:41:11 +0100 |
commit | e041307a6932664ce666a80e341b4bd94d1c263c (patch) | |
tree | a86b39f7f51782ab0e80b7d5851f1ee775502163 /resources | |
parent | 57875a7b1069a2f87c354e0589f12f54fe5e8c4b (diff) |
feat(frontend): refactor components with new features
Diffstat (limited to 'resources')
-rw-r--r-- | resources/src/css/_typography.scss | 5 |
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"); } |