Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rastikerdar committed Jan 14, 2021
2 parents ffeb6e1 + f909410 commit 52eb128
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Vazir is a Persian/Arabic font.

Grab the [latest release](https://github.com/rastikerdar/vazir-font/releases/latest) file.

### npm
### [npm](https://www.npmjs.com/package/vazir-font)

```
npm install vazir-font
Expand Down Expand Up @@ -137,6 +137,20 @@ or
kateb update vazir
```

### [Chocolatey](https://chocolatey.org/packages/vazir-font)
#### 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](https://github.com/googlefonts/fontmake) library. See the [README.md](/scripts/README.md) file in folder `scripts`. All build steps (generating outputs) are done by scripts.
Expand Down

0 comments on commit 52eb128

Please sign in to comment.