Skip to content

Commit 96e8153

Browse files
committed
Fix path to Vazirmatn font
1 parent 57b0d45 commit 96e8153

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

assets/styles.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@font-face {
22
font-family: "Vazirmatn";
3-
src:
4-
url(../static/fonts/Vazirmatn.woff2) format("woff2");
5-
3+
src: url("fonts/Vazirmatn.woff2") format("woff2");
64
unicode-range: U+0600-1EEFF;
75
}
86

0 commit comments

Comments
 (0)