Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rahatool/persian-fonts

The most popular Persian fonts are included in this package.
https://github.com/rahatool/persian-fonts

font persian

Last synced: 2 days ago
JSON representation

The most popular Persian fonts are included in this package.

Awesome Lists containing this project

README

        

# Persian fonts
The most popular Persian fonts are included in this package.
- IranNastaliq
- Lotus
- Morvarid
- Nazanin
- Titr
- Traffic
- Yekan
- Zar
- Besmellah
- ShapedBesmellah

# Installation
## CDN
Import library from the ESM.SH CDN for fast and easy setup:
### In web browser
Simply include persian-fonts in your html `` tag.
```html

```
## NPM registry
Use the package manager npm to install persian-fonts.
```shell
$ npm install github:rahatool/persian-fonts
```
Fonts will be copied to `node_modules/@raha.group/persian-fonts` directory.

# Usage
![Sample of خوش‌نویسی](https://esm.sh/gh/rahatool/persian-fonts/sample.png)
```html




.sample {
font-family: 'IranNastaliq';
font-size: 2rem;
}




شاه‌نشینِ چشمِ من، تکیه‌گهِ خیـالِ توست

جایِ دعاست شاهِ من، بی تو مباد جایِ تو


```