about summary refs log tree commit diff stats
path: root/src/pages/fonts/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/fonts/styles.css')
-rw-r--r--src/pages/fonts/styles.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/pages/fonts/styles.css b/src/pages/fonts/styles.css
new file mode 100644
index 00000000..754543b1
--- /dev/null
+++ b/src/pages/fonts/styles.css
@@ -0,0 +1,13 @@
+@font-face {
+  font-family: "Inter";
+  src: url("Inter-VariableFont_slnt,wght.ttf");
+  font-weight: normal;
+  font-style: normal;
+}
+
+@font-face {
+  font-family: "Vazirmatn";
+  src: url("Vazirmatn-VariableFont_wght.ttf");
+  font-weight: normal;
+  font-style: normal;
+}
\ No newline at end of file