A package of Persian (Farsi - RTL language) web fonts
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';
}