Skip to content

Commit 62072cb

Browse files
committed
Usage example!
1 parent c8c14ef commit 62072cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A package of Persian (Farsi - RTL language) web fonts
55
Load any fonts you like in your css file:
66
```css
77
@font-face {
8-
font-family: 'yekan;
9-
src:url('fonts/yekan.eot?#) format(eot),
8+
font-family: 'yekan';
9+
src:url('fonts/yekan.eot?#') format('eot'),
1010
url('fonts/yekan.woff') format('woff'),
11-
url(fonts/yekan.ttf) format(truetype);
11+
url('fonts/yekan.ttf') format('truetype');
1212
}
1313
```
1414
and use it in your styles:

0 commit comments

Comments
 (0)