Skip to content

A Persian (Farsi) Font - فونت (قلم) فارسی صمیم

License

Notifications You must be signed in to change notification settings

persianphilosopher/samim-font

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Persian (Farsi) Font — فونت (قلم) فارسی صمیم

صفحه دریافت (دانلود) بسته فونت شامل فایل های ttf,woff,eot
نسخه های بدون حروف لاتین یا تمام ارقام فارسی درون بسته فشرده موجود می‌باشد.

طریقه استفاده در صفحات وب

کد زیر را در قسمت style یا فایل css وارد نمایید:

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

@font-face {
  font-family: Samim;
  src: url('Samim-Bold.eot');
  src: url('Samim-Bold.eot?#iefix') format('embedded-opentype'),
       url('Samim-Bold.woff') format('woff'),
       url('Samim-Bold.ttf') format('truetype');
  font-weight: bold;
}

با تشکر از برنامه‌های FontForge و ttfautohint

بر مبنای فونت وزیر

Install

Grab the latest release file.

Or you can get it on bower:

bower install samim-font --save

Or RawGit CDN:

<link href="https://cdn.rawgit.com/rastikerdar/samim-font/v[X.Y.Z]/dist/font-face.css" rel="stylesheet" type="text/css" />

Replace [X.Y.Z] with the latest version (e.g. 1.0.2) and integrate the font into your CSS:

font-family: 'Samim', sans-serif;

####Arch Linux

Arch user's could use samim-fonts package from AUR repository to install samim font. Use your favourite AUR helper like pacaur or yaourt for installing package:

pacaur -S samim-fonts

Contributors

License

SIL Open Font License Version 1.1
Copyright © 2015, Saber Rastikerdar

About

A Persian (Farsi) Font - فونت (قلم) فارسی صمیم

Resources

License

Stars

Watchers

Forks

Packages

No packages published