Skip to content

mrlco/persian-web-fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

persian-web-fonts

A package of Persian (Farsi - RTL language) web fonts

Usage

Load any fonts you like in your css file:

@font-face {
    font-family: 'yekan';
    src:url('fonts/yekan.eot?#') format('eot'),    
          url('fonts/yekan.woff') format('woff'),
          url('fonts/yekan.ttf') format('truetype'); 
}

and use it in your styles:

.MyClass {
    font-family: 'yekan';
}