summaryrefslogtreecommitdiffstats
path: root/client/components/main/fonts.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/fonts.styl')
-rw-r--r--client/components/main/fonts.styl17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/components/main/fonts.styl b/client/components/main/fonts.styl
new file mode 100644
index 00000000..fc8c8f00
--- /dev/null
+++ b/client/components/main/fonts.styl
@@ -0,0 +1,17 @@
+@font-face
+ font-family: 'Roboto'
+ font-style: normal
+ font-weight: 400
+ src: local('Roboto'),
+ local('Roboto-Regular'),
+ url('/fonts/roboto-regular.woff2') format('woff2'),
+ url('/fonts/roboto-regular.woff') format('woff')
+
+@font-face
+ font-family: 'Roboto'
+ font-style: normal
+ font-weight: 700
+ src: local('Roboto Bold'),
+ local('Roboto-Bold'),
+ url('/fonts/roboto-bold.woff2') format('woff2'),
+ url('/fonts/roboto-bold.woff') format('woff')