All Projects → rastikerdar → Vazir Font

rastikerdar / Vazir Font

Licence: ofl-1.1
Vazir is a Persian/Arabic font. وزیر یک فونت فارسی/عربی است https://rastikerdar.github.io/vazir-font/

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Vazir Font

RitaFontTester
Auxiliary tool for the development of Persian-Arabic fonts
Stars: ✭ 16 (-98.53%)
Mutual labels:  font, persian, arabic
Mikhak
simple monoline Arabic-Latin semi handwriting typeface
Stars: ✭ 64 (-94.1%)
Mutual labels:  persian, arabic, font
qahiri
Qahiri (قاهري) is a manuscript Kufic typeface
Stars: ✭ 45 (-95.85%)
Mutual labels:  font, arabic
amiri
Amiri (أميري) is a body text Naskh typeface
Stars: ✭ 291 (-73.18%)
Mutual labels:  font, arabic
Nozha-rtl-Dashboard
Nozha is a rtl / ltr Admin Panel with Dark Mode
Stars: ✭ 31 (-97.14%)
Mutual labels:  persian, arabic
Bootstrap Rtl
Bootstrap RTL Standard 3 and 4
Stars: ✭ 106 (-90.23%)
Mutual labels:  persian, arabic
Rtltmpro
Right-To-Left Text Mesh Pro for Unity. This plugin adds support for Persian and Arabic languages to TextMeshPro.
Stars: ✭ 187 (-82.76%)
Mutual labels:  persian, arabic
persian
Some utilities for Persian language in Go (Golang)
Stars: ✭ 65 (-94.01%)
Mutual labels:  persian, arabic
alreq
Documenting gaps and requirements for support of Arabic and Persian on the Web and in eBooks.
Stars: ✭ 51 (-95.3%)
Mutual labels:  persian, arabic
easy-materialize-rtl
Simple way to set RTL for materializecss.com.
Stars: ✭ 20 (-98.16%)
Mutual labels:  persian, arabic
amiri-typewriter
Mono-width companion to Amiri font family
Stars: ✭ 23 (-97.88%)
Mutual labels:  font, arabic
rana-kufi
Rana Kufi (كوفي رنا) is a Fatimid Kufic typeface
Stars: ✭ 25 (-97.7%)
Mutual labels:  font, arabic
Amiri
Amiri Font Project.
Stars: ✭ 227 (-79.08%)
Mutual labels:  arabic, font
Huruf
A simple chrome extension to make reading Arabic easier
Stars: ✭ 23 (-97.88%)
Mutual labels:  font, arabic
aref-ruqaa
Aref Ruqaa (رقعة عارف) is a Ruqaa typeface
Stars: ✭ 80 (-92.63%)
Mutual labels:  font, arabic
Wudooh
Browser extension that allows Arabic script modifications for clarity and customization
Stars: ✭ 43 (-96.04%)
Mutual labels:  persian, arabic
Bootstrap V4 Rtl
RTL edition of bootstrap v4 for rtl languages like Farsi and Arabic
Stars: ✭ 430 (-60.37%)
Mutual labels:  persian, arabic
Tty Font
Terminal fonts
Stars: ✭ 44 (-95.94%)
Mutual labels:  font
Ganjoor Api
Ganjoor.net REST API
Stars: ✭ 49 (-95.48%)
Mutual labels:  persian
Nerdnews
A free and open source social news website focusing on computer science and FOSS news for Persian community
Stars: ✭ 41 (-96.22%)
Mutual labels:  persian

Vazir Font

Vazir is a Persian/Arabic font.

npm version

فونت فارسی وزیر
نمایش فونت - صفحه رسمی پروژه
راهنمای فونت وزیر
صفحه دریافت (دانلود) بسته فونت شامل فایل های ttf,woff,eot
با تشکر از برنامه FontForge
بر مبنای فونت DejaVu Sans 2.35
نسخه‌های بدون حروف لاتین یا تمام ارقام فارسی و همچنین نسخه UI با ارتفاع کم درون بستهٔ فشرده موجود می‌باشد.

توجه

از نسخه ۲۷ نام فایل نسخه معمولی وزیر از Vazir به Vazir-Regular تغییر یافته است. لطفا پیش از نصب برای جلوگیری از تداخل، نسخه‌های قبل را حذف نمایید.

نمونه متن Sample

نمونه متن فونت وزیر

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

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

@font-face {
    font-family: Vazir;
    src: url('Vazir-Regular.eot');
    src: url('Vazir-Regular.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Regular.woff2') format('woff2'),
         url('Vazir-Regular.woff') format('woff'),
         url('Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Bold.eot');
    src: url('Vazir-Bold.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Bold.woff2') format('woff2'),
         url('Vazir-Bold.woff') format('woff'),
         url('Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Black.eot');
    src: url('Vazir-Black.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Black.woff2') format('woff2'),
         url('Vazir-Black.woff') format('woff'),
         url('Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Medium.eot');
    src: url('Vazir-Medium.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Medium.woff2') format('woff2'),
         url('Vazir-Medium.woff') format('woff'),
         url('Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Light.eot');
    src: url('Vazir-Light.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Light.woff2') format('woff2'),
         url('Vazir-Light.woff') format('woff'),
         url('Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Vazir;
    src: url('Vazir-Thin.eot');
    src: url('Vazir-Thin.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Thin.woff2') format('woff2'),
         url('Vazir-Thin.woff') format('woff'),
         url('Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

Install

Download

Grab the latest release file.

npm

npm install vazir-font

Fonts will be copied to node_modules/vazir-font/dist directory

CDN

Link fonts from the jsDelivr CDN:

<link href="https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/dist/font-face.css" rel="stylesheet" type="text/css" />

and integrate the font into your CSS:

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

Arch Linux

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

pacaur -S vazir-fonts

GNU/Linux

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

kateb install vazir
or
kateb update vazir

Chocolatey

Install

choco install vazir-font

Upgrade

choco upgrade vazir-font

Uninstall

choco uninstall vazir-font

Build instructions

Light, Medium and Bold versions are created with interpolation method by fontmake library. See the README.md file in folder scripts. All build steps (generating outputs) are done by scripts.

License

2015 Saber Rastikerdar (@rastikerdar). See OFL.txt.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].