Skip to content

xerqus/sahel-font

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sahel-Font

A Persian (Farsi) Font

فونت فارسی ساحل

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

با تشکر از برنامه FontForge

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

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

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

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

Install

Grab the latest release file.

Or RawGit CDN:

<link href="https://cdn.rawgit.com/rastikerdar/sahel-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.0-alpha24) and integrate the font into your CSS:

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

Arch Linux

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

pacaur -S sahel-fonts

License

2016 Saber Rastikerdar (@rastikerdar). See the LICENSE file.

About

sahel font

Resources

License

Stars

Watchers

Forks

Packages

No packages published