https://github.com/yorch/operator-mono-otf
Operator Mono font downloader and converter to OTF (including ligatures)
https://github.com/yorch/operator-mono-otf
coding-font fonts ligatures ligatures-font operator-mono operator-mono-lig otf
Last synced: 29 days ago
JSON representation
Operator Mono font downloader and converter to OTF (including ligatures)
- Host: GitHub
- URL: https://github.com/yorch/operator-mono-otf
- Owner: yorch
- Created: 2022-06-07T01:50:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T04:14:05.000Z (about 1 year ago)
- Last Synced: 2025-10-14T19:48:56.894Z (6 months ago)
- Topics: coding-font, fonts, ligatures, ligatures-font, operator-mono, operator-mono-lig, otf
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Operator Mono Font Downloader and OTF Converter
This tool allows you to download the font Operator Mono and convert it to OTF.
## Download
```sh
./download.sh
```
## Convert to OTF
```sh
./convert.sh
```
## Ligatures
To add ligatures to the OTF fonts that you've downloaded and converted:
```sh
./add-ligatures.sh
```
Which uses the tool from this [repo](https://github.com/kiliman/operator-mono-lig) with
this [Docker wrapper](https://github.com/drod3763/kiliman-operator-mono-lig-docker)