We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c14ef commit 62072cbCopy full SHA for 62072cb
README.md
@@ -5,10 +5,10 @@ A package of Persian (Farsi - RTL language) web fonts
5
Load any fonts you like in your css file:
6
```css
7
@font-face {
8
- font-family: 'yekan’;
9
- src:url('fonts/yekan.eot?#’) format(‘eot’),
+ font-family: 'yekan';
+ src:url('fonts/yekan.eot?#') format('eot'),
10
url('fonts/yekan.woff') format('woff'),
11
- url(‘fonts/yekan.ttf’) format(‘truetype’);
+ url('fonts/yekan.ttf') format('truetype');
12
}
13
```
14
and use it in your styles:
0 commit comments