vazir-code-font

1.1.2 • Public • Published

Vazir-Code-Font

A Persian (Farsi) Monospaced Font

فونت فارسی وزیرکد از نوع Monospaced یا تک‌فاصله ترکیب شده با فونت‌های Inconsolata و Hack

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

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

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

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

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

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

Install

Download

Grab the latest release file.

Bower

bower install vazir-code-font --save

CDN

Link fonts from the RawGit CDN:

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

font-family: 'Vazir Code', monospaced;

Homebrew

You can install the font on macOS machines by tapping the caskroom/fonts repo:

brew tap caskroom/fonts
brew install font-vazir-code

Arch Linux

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

pacaur -S vazir-code-fonts

Package Sidebar

Install

npm i vazir-code-font

Weekly Downloads

1

Version

1.1.2

License

Public Domain

Unpacked Size

6.47 MB

Total Files

73

Last publish

Collaborators

  • rastikerdar