aboutsummaryrefslogtreecommitdiff
path: root/resources/src/css/_typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/css/_typography.scss')
-rw-r--r--resources/src/css/_typography.scss19
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");
+}