mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
a07d288e3f38754531d49a8f6962c8f13372c3c3
Operator Mono Ligatures
This project will generate new OpenType fonts for Operator Mono that includes ligatures similar to those found in the popular Fira Code font.
NOTE: Because Operator Mono is not a free font, you must have the original font files. This utility will merge the ligature definitions into a copy of the original font. The new font family is named Operator Mono Lig so you can install it side-by-side with the original font.
Prerequisites
- The original Operator Mono font... of course.
- Install fonttools from https://github.com/fonttools/fonttools
- Install Python
- Run:
pip install fonttools
- Node.js
How to Install
Once all the prerequisites have been installed, clone this repo.
From the command line, run:
npm install
Copy your Operator Mono OpenType files into the original folder.
From the command line, run:
build
This will generate the new font files int the build folder. You can now install these fonts on your system.
Languages
JavaScript
68.8%
HTML
23.8%
Shell
2.9%
Batchfile
2.6%
Go
1.9%