Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rastikerdar/vazirmatn
Vazirmatn is a Persian/Arabic font. وزیرمتن یک فونت فارسی/عربی است
https://github.com/rastikerdar/vazirmatn
arabic farsi font persian typeface
Last synced: 6 days ago
JSON representation
Vazirmatn is a Persian/Arabic font. وزیرمتن یک فونت فارسی/عربی است
- Host: GitHub
- URL: https://github.com/rastikerdar/vazirmatn
- Owner: rastikerdar
- License: ofl-1.1
- Created: 2015-10-13T14:30:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T13:12:01.000Z (over 1 year ago)
- Last Synced: 2025-01-22T00:11:23.314Z (13 days ago)
- Topics: arabic, farsi, font, persian, typeface
- Language: TypeScript
- Homepage: https://rastikerdar.github.io/vazirmatn/
- Size: 233 MB
- Stars: 2,536
- Watchers: 33
- Forks: 180
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Vazirmatn Font فونت وزیرمتن
Vazirmatn is a Persian/Arabic font project that started in 2015 under the name of Vazir with the idea of a new simple and legible typeface suitable for web pages and applications. Design and development have taken a long way but I hope the results are worth it. Thanks to DejaVu Sans font (v2.35) published in public domain there was a free software base to start the Vazir project. Although Vazir was completely different in typeface, still the original software was common. The design is done in Fontforge. For Latin glyphs, Vazirmatn is combined with Roboto font by a build script, however there is also a version without Latin glyphs (Non-Latin). ([More info](https://rastikerdar.github.io/vazirmatn/fa/docs))
- [Website](https://rastikerdar.github.io/vazirmatn)
- [Docs](https://rastikerdar.github.io/vazirmatn/fa/docs)
- [Test the font](https://rastikerdar.github.io/vazirmatn/fa/lab)## Install
### Download
Grab the [latest release](https://github.com/rastikerdar/vazirmatn/releases/latest) zip package.
TTF files are in folder `fonts/ttf`. There is also a rounded dots version in folder `Round-Dots/`.
### [npm](https://www.npmjs.com/package/vazirmatn)
```
npm install vazirmatn
```
or
```
yarn add vazirmatn
```### CDN
```html
```
`*-font-face.css` for other versions are in `misc` and `Round-Dots` folders.
```css
body {
font-family: Vazirmatn, sans-serif;
}
```### Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts))
```
yay -S vazirmatn-fonts
```### Fedora Linux
You can install the main variant of Vazirmatn font with this command:
```
dnf install vazirmatn-vf-fonts
```If you want to install all variants of Vazirmatn (RD/NL/UI/...), install `vazirmatn-fonts-all`:
```
dnf install vazirmatn-fonts-all
```If you use Fedora in Persian, Vazirmatn will become the default font for displaying Persian text
in almost all applications.## Build
All weights other than Thin, Regular and Black are generated by interpolation method by [fontmake](https://github.com/googlefonts/fontmake) library. See [README.md](/scripts/README.md) in `scripts/`. All build steps (generating files) are done by scripts.
## Thank you
- [fontforge](https://fontforge.org/)
- [fontmake](https://github.com/googlefonts/fontmake)
- [fonttools](https://github.com/fonttools/fonttools)
- [DejaVu Fonts v2.35](https://dejavu-fonts.github.io) (used for the first version)## License
This Font Software is licensed under the SIL Open Font License, Version 1.1. See [OFL.txt](OFL.txt).## Authors
See [AUTHORS.txt](AUTHORS.txt).## Donation
[Website](https://rastikerdar.github.io/vazirmatn)