saelozahra / Sepahbod-font

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sepahbod-Font

A Persian (Farsi) Font with variable version For HajGhasem Soleimani

Sahel-VF

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

Known problems for variable version

  • mark placement distortion.

To Do (variable)

  • Adding all 3 Weights as masters to variable version.
  • Font testing page
  • Latin section is empty. It's better to use an opensource variable font with a wide range.
  • Testing font in all supported programs.
  • Adding other axes.

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

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

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

Install

Grab the latest release file.

Or RawGit CDN:

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

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

Contributors

License

2016 Saeed Ponaki (@saeedponaki). See the LICENSE file.

About


Languages

Language:CSS 100.0%