Skip to content

Commit

Permalink
feat(font): add sahel font
Browse files Browse the repository at this point in the history
  • Loading branch information
sahbaee authored Apr 12, 2022
1 parent 89b769b commit c09c152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/font/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font-family: 'vazirmatn-vf';
font-weight: 100 900;
src: url('vazirmatn/vazirmatn[wght].woff2') format('woff2 supports variations'),
url('vazirmatn/vazirmatn[wght].woff2') format('woff2-variations');
url('vazirmatn/vazirmatn[wght].woff2') format('woff2-variations');
font-display: block;
unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+1EE00-1EEFF;
}
Expand Down Expand Up @@ -78,7 +78,7 @@
font-family: 'vazirmatn-rd-vf';
font-weight: 100 900;
src: url('vazirmatn/vazirmatn-rd[wght].woff2') format('woff2 supports variations'),
url('vazirmatn/vazirmatn-rd[wght].woff2') format('woff2-variations');
url('vazirmatn/vazirmatn-rd[wght].woff2') format('woff2-variations');
font-display: block;
unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF, U+1EE00-1EEFF;
}
Expand Down

0 comments on commit c09c152

Please sign in to comment.