aboutsummaryrefslogtreecommitdiff
path: root/resources/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/css')
-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 b011e7c..f0cc680 100644
--- a/resources/src/css/_typography.scss
+++ b/resources/src/css/_typography.scss
@@ -17,3 +17,8 @@
font-family: "roboto-regular";
src: url("../fonts/roboto/Roboto-Regular.ttf");
}
+
+@font-face {
+ font-family: "roboto-medium";
+ src: url("../fonts/roboto/Roboto-Medium.ttf");
+}