summaryrefslogtreecommitdiff
path: root/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'fonts.css')
-rw-r--r--fonts.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts.css b/fonts.css
new file mode 100644
index 0000000..8c566d6
--- /dev/null
+++ b/fonts.css
@@ -0,0 +1,15 @@
+@font-face {
+ src: url('./fonts/Rubik-VariableFont_wght.ttf');
+ font-family: "Rubik";
+ font-style: normal;
+}
+
+@font-face {
+ src: url('./fonts/Rubik-Italic-VariableFont_wght.ttf');
+ font-family: "Rubik";
+ font-style: italic;
+}
+
+* {
+ font-family: "Rubik", sans-serif;
+} \ No newline at end of file