diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-07-26 17:39:22 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-07-26 17:39:22 +0300 |
commit | 2cb60e91cd33ea63dc43b7afb2ce7a261bce6512 (patch) | |
tree | 8f7f4a4acda56831c415d77d08123aeecde70564 /src/pages/fonts | |
parent | Improved code (diff) | |
download | libredirect-2cb60e91cd33ea63dc43b7afb2ce7a261bce6512.zip |
Added mobile support in Svelte
Diffstat (limited to 'src/pages/fonts')
-rw-r--r-- | src/pages/fonts/Inter-VariableFont_slnt,wght.ttf | bin | 0 -> 803384 bytes | |||
-rw-r--r-- | src/pages/fonts/Vazirmatn-VariableFont_wght.ttf | bin | 0 -> 285620 bytes | |||
-rw-r--r-- | src/pages/fonts/styles.css | 13 |
3 files changed, 13 insertions, 0 deletions
diff --git a/src/pages/fonts/Inter-VariableFont_slnt,wght.ttf b/src/pages/fonts/Inter-VariableFont_slnt,wght.ttf new file mode 100644 index 00000000..969a990f --- /dev/null +++ b/src/pages/fonts/Inter-VariableFont_slnt,wght.ttf Binary files differdiff --git a/src/pages/fonts/Vazirmatn-VariableFont_wght.ttf b/src/pages/fonts/Vazirmatn-VariableFont_wght.ttf new file mode 100644 index 00000000..f4b97c01 --- /dev/null +++ b/src/pages/fonts/Vazirmatn-VariableFont_wght.ttf Binary files differdiff --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 |