summaryrefslogtreecommitdiffstats
path: root/static/fonts/raleway/raleway.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/fonts/raleway/raleway.css')
-rw-r--r--static/fonts/raleway/raleway.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/static/fonts/raleway/raleway.css b/static/fonts/raleway/raleway.css
new file mode 100644
index 0000000..709403d
--- /dev/null
+++ b/static/fonts/raleway/raleway.css
@@ -0,0 +1,20 @@
+@font-face {
+ font-family: 'Raleway';
+ src: url('Raleway-Bold.woff2');
+ font-weight: bold;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Raleway';
+ src: url('Raleway-Regular.woff2');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Raleway';
+ src: url('Raleway-Light.woff2');
+ font-weight: lighter;
+ font-style: normal;
+}