diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-29 01:50:10 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-29 01:50:10 +0100 |
commit | 6382ec24c5bbbf93ced1e587103a52b3a63e6045 (patch) | |
tree | afd0b558b6a55cb00756ef23928f26b7ce60425f /resources/src/css/_typography.scss | |
parent | 7c0b6a5a22eb9212ed4eeca4fde814db77dc333c (diff) |
chore: Add local typographies
Diffstat (limited to 'resources/src/css/_typography.scss')
-rw-r--r-- | resources/src/css/_typography.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/src/css/_typography.scss b/resources/src/css/_typography.scss new file mode 100644 index 0000000..b011e7c --- /dev/null +++ b/resources/src/css/_typography.scss @@ -0,0 +1,19 @@ +@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: "roboto-light"; + src: url("../fonts/roboto/Roboto-Light.ttf"); +} + +@font-face { + font-family: "roboto-regular"; + src: url("../fonts/roboto/Roboto-Regular.ttf"); +} |