Programming Fonts with Ligatures added (& a script to add them to other fonts)
Go to file
2017-10-15 17:36:12 -07:00
input-fonts added IBM Plex Mono, SF Mono with Semibold weights, updated README 2017-10-15 17:36:12 -07:00
output-fonts added IBM Plex Mono, SF Mono with Semibold weights, updated README 2017-10-15 17:36:12 -07:00
.gitignore Initial commit 2017-08-07 22:21:10 -07:00
FiraCode-Medium.otf Initial commit 2017-08-07 22:21:10 -07:00
img.png add image 2017-08-07 22:37:57 -07:00
ligaturize.py Renamed input/output directories 2017-10-03 21:04:20 -07:00
README.md added IBM Plex Mono, SF Mono with Semibold weights, updated README 2017-10-15 17:36:12 -07:00

Ligaturizer

Add ligatures to any coding font!

What this repo contains:

  1. Programming fonts with ligatures added (in output-fonts/), including:
  1. A script ligaturize.py that adds the ligatures from Fira Code to a font without ligatures

Credit: This awesome script was written by IlyaSkriblovsky for adding ligatures to Deja Vu Sans Mono (dv-code-font). I've just made a few minor changes to generalize the script so that it works for any given font.

Requirements

Script: This script requires FontForge python bindings. For Debian/Ubuntu they are available in python-fontforge package. For macOS, they are available via brew (brew install fontforge).

Using the Fonts: See the FiraCode README for a list of supported editors.

Using the Script

  1. Move/copy the font you want to ligaturize into input-fonts/
  2. Run the script: $ fontforge -lang=py ligaturize.py
  3. You'll be prompted for the name of the font, and the name for the generated font. Example:
 fontforge -lang=py ligaturize.py
    ...
Enter the source font filename (including extension): RobotoMono-Regular.ttf
Enter a name for your ligaturized font -- or press ENTER to use the same name: <PRESS ENTER>
    ...
Generated ligaturized font Roboto Mono L in ligaturized-fonts/RobotoMono.ttf
 fontforge -lang=py ligaturize.py
    ...
Enter the source font filename (including extension): RobotoMono-Regular.ttf
Enter a name for your ligaturized font -- or press ENTER to use the same name: RobotoMonoL
    ...
Generated ligaturized font Roboto Mono L in ligaturized-fonts/RobotoMonoL.ttf

If you don't provide a name for the new font, it will have the same name as the input font.

Misc.

For more awesome programming fonts with ligatures, check out:

  1. FiraCode
  2. Hasklig