Skip to content

Commit 09f0545

Browse files
committed
fix font file paths in custom.scss
1 parent 9393b99 commit 09f0545

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/scss/custom.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
@font-face {
22
font-family: 'iransansxv';
3-
src: url('/fonts/iransansxv.woff') format('woff-variations'),
3+
src: url('/fonts/IRANSansXV.woff') format('woff-variations'),
44
/* will be the standard and works in Safari now */
5-
url('/fonts/iransansxv.woff') format('woff');
5+
url('/fonts/IRANSansXV.woff') format('woff');
66
/* for the other supporting browsers */
77
font-weight: 100 1000;
88
font-display: fallback;
99
}
1010
@font-face {
1111
font-family: iransansx;
12-
src: url('/fonts/iransansx-regular.woff') format('woff');
12+
src: url('/fonts/IRANSansXV-Regular.woff') format('woff');
1313
}
1414
@font-face {
1515
font-family: iransansx;
16-
src: url('/fonts/iransansx-bold.woff') format('woff');
16+
src: url('/fonts/IRANSansXV-Bold.woff') format('woff');
1717
font-weight: 700;
1818
}
1919

0 commit comments

Comments
 (0)