Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fzerorubigd/persian-fonts-linux
Persian fonts installer for linux
https://github.com/fzerorubigd/persian-fonts-linux
Last synced: 17 days ago
JSON representation
Persian fonts installer for linux
- Host: GitHub
- URL: https://github.com/fzerorubigd/persian-fonts-linux
- Owner: fzerorubigd
- Created: 2013-01-19T09:00:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T14:23:56.000Z (over 1 year ago)
- Last Synced: 2024-08-03T18:15:42.834Z (3 months ago)
- Language: Shell
- Size: 2.14 MB
- Stars: 231
- Watchers: 5
- Forks: 32
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-persian - persian-fonts-linux - Persian fonts installer for linux. (Miscellaneous)
README
Persian fonts for linux
=======================This script downloads and installs Persian fonts on any linux distro.
There are two versions available :
- farsifont.sh : simple CLI version
- zfarsifont.sh : GUI version (requires zenity)See http://fzerorubigd.github.io/persian-fonts-linux
## Installation
You can run the script directly from your shell (it's wise to check the script before running the command) :
```shell
bash -c "$(curl -fsSL https://raw.githubusercontent.com/fzerorubigd/persian-fonts-linux/master/farsifonts.sh)"
```## Available fonts
- Vazir
- FarsiFonts
- BFonts
- IranianSans
- IranNastaliq
- FPF
- Lalezar
- XBZar
- XBNilufar
- XBKhoramshahr
- XBKayhan
- XBYaghout
- XBRiyaz
- XBRoya
- XBShafigh
- XBShafighKurd
- XBShafighUzbek
- XBShiraz
- XBSols
- XBTitr
- XBTabriz
- XBTraffic
- XBVahid
- XBVosta
- XBYermook
- XBYas
- XBZiba
- Tahoma
- Samim
- Shabnam
- Sahel
- VazirCode
- Tanha
- Nahid
- Parastoo## Getting started
In the TeX file, include:
```
\usepackage{xepersian}
\usepackage{fontspec}
\settextfont[Scale=1]{IranNastaliq}
\setlatintextfont[Scale=1]{TeX Gyre Termes}
``````
xelatex
```