# Vazir-Font A Persian (Farsi) Font [](https://travis-ci.org/rastikerdar/vazir-font) [](https://badge.fury.io/js/vazir-font)
فونت فارسی وزیر
صفحه دریافت (دانلود) بسته فونت شامل فایل های ttf,woff,eot
متن نمونه:
با تشکر از برنامه FontForge
بر مبنای فونت DejaVu Sans 2.35
نسخه های بدون حروف لاتین یا تمام ارقام فارسی درون بسته فشرده موجود میباشد.
کد زیر را در قسمت style یا فایل css وارد نمایید:
```css @font-face { font-family: Vazir; src: url('Vazir.eot'); src: url('Vazir.eot?#iefix') format('embedded-opentype'), url('Vazir.woff') format('woff'), url('Vazir.ttf') format('truetype'); font-weight: normal; } @font-face { font-family: Vazir; src: url('Vazir-Bold.eot'); src: url('Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('Vazir-Bold.woff') format('woff'), url('Vazir-Bold.ttf') format('truetype'); font-weight: bold; } @font-face { font-family: Vazir; src: url('Vazir-Light.eot'); src: url('Vazir-Light.eot?#iefix') format('embedded-opentype'), url('Vazir-Light.woff') format('woff'), url('Vazir-Light.ttf') format('truetype'); font-weight: 300; } ``` ## Install #### Download Grab the [latest release](https://github.com/rastikerdar/vazir-font/releases/latest) file. #### Bower ``` bower install vazir-font --save ``` #### npm ``` npm install vazir-font ``` Fonts will be copied to `npm_modules/vazir-font/dist` directory #### CDN Link fonts from the [RawGit](https://rawgit.com) CDN: ```html ``` Replace [X.Y.Z] with the latest version (e.g. 16.1.0) and integrate the font into your CSS: ``` font-family: 'Vazir', sans-serif; ``` #### Homebrew You can install the font on macOS machines by tapping the caskroom/fonts repo: ```shell brew tap caskroom/fonts brew install font-vazir ``` #### Arch Linux Arch user's could use [vazir-fonts](https://aur.archlinux.org/packages/vazir-fonts/) package from [AUR](https://aur.archlinux.org/) repository to install vazir font. Use your favourite [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) like pacaur or yaourt for installing package: ```shell pacaur -S vazir-fonts ```