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

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)

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)