Skip to content

Commit

Permalink
Add thin version
Browse files Browse the repository at this point in the history
  • Loading branch information
rastikerdar committed Jun 8, 2017
1 parent 1421481 commit 41dc6b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dist/font-face.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@
url('Vazir-Medium.ttf') format('truetype');
font-weight: 500;
}

@font-face {
font-family: Vazir;
src: url('Vazir-Thin.eot');
src: url('Vazir-Thin.eot?#iefix') format('embedded-opentype'),
url('Vazir-Thin.woff2') format('woff2'),
url('Vazir-Thin.woff') format('woff'),
url('Vazir-Thin.ttf') format('truetype');
font-weight: 100;
}

0 comments on commit 41dc6b9

Please sign in to comment.