parastoo-font

2.0.1 • Public • Published

Parastoo-Font

A Persian (Farsi) Font

فونت فارسی پرستو
نمایش فونت - صفحه رسمی پروژه
صفحه دریافت (دانلود) بسته فونت شامل فایل های ttf,woff,eot
با تشکر از برنامه FontForge
نسخه‌های مخصوص چاپ، بدون حروف لاتین و تمام ارقام فارسی درون بسته فشرده موجود می‌باشد.
فرآیند تولید بسته نهایی شامل انواع نسخه‌ها و فرمت‌ها توسط ابزار fontbuilder انجام می‌شود.

نمونه متن Sample:

Parastoo font sample

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

کد زیر را در قسمت style یا فایل css وارد نمایید:
@font-face {
  font-family: Parastoo;
  src: url('Parastoo.eot');
  src: url('Parastoo.eot?#iefix') format('embedded-opentype'),
       url('Parastoo.woff2') format('woff2'),
       url('Parastoo.woff') format('woff'),
       url('Parastoo.ttf') format('truetype');
  font-weight: normal;
}
 
@font-face {
  font-family: Parastoo;
  src: url('Parastoo-Bold.eot');
  src: url('Parastoo-Bold.eot?#iefix') format('embedded-opentype'),
       url('Parastoo-Bold.woff2') format('woff2'),
       url('Parastoo-Bold.woff') format('woff'),
       url('Parastoo-Bold.ttf') format('truetype');
  font-weight: bold;
}

Install

Arch Linux

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

pacaur -S parastoo-fonts

GNU/Linux

gnu/linux users could use kateb font manager, to install parastoo font.

kateb install parastoo
or
kateb update parastoo

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

Readme

Keywords

Package Sidebar

Install

npm i parastoo-font

Weekly Downloads

0

Version

2.0.1

License

OFL

Unpacked Size

2.37 MB

Total Files

42

Last publish

Collaborators

  • rastikerdar