I love Hack font and ligatures. I can't wait to get latest ligatures with Hack font.
That's why I build this project with fully automated CI/CD.
Features | Status |
---|---|
Focus only Hack Font | ✅ |
Support Hack Nerd Font Patches | ✅ |
Support latest FIRA Code & JetBrains Mono | ✅ |
Containerize fontforge and python runtime (Reproducible) | ✅ |
Automatically parse FIRA showcases.txt to update latest ligatures | ✅ |
Automatically Build from Travis CI (Hassle-free) | ✅ |
Automatically Build if Hack/Fira/JetBrainsMono has new release (Daily Cron) | ✅ |
Yes! You could star this repo and watch the release channel to get the latest Hack + (Fira/JetBrainsMono) Ligatured Font updates!
If you also have a favourite font want to be ligatured, you can fork this repo and make corresponding changes on git submodules & travis ci settings, you will benefit from getting hassle free updates of your favourite font!
The current tag format
{HACK_FONT_VERSION}+N{NERD_FONT_VERSION}+FC{FIRA_CODE_FONT_VERSION}+JBM{JETBRAINS_MONO_FONT_VERSION}+{SCRIPT_PATCH_VERSION}
# Abbreviation used
N = Nerd Font
FC = FIRA Code
JBM = JetBrains Mono
CCG = Enabled Copy Character Glyphs
This repository is forked from Ligaturizer@daa4dc8b on 26 Jan 2020.
At that moment, Ligaturizer was not able to build latest Hack 3.003 font. I submitted a pull request to fix that issue.
However,
- Too many fonts =>
- Too difficult for me to manually check all the output fonts' correctness.
- Too difficult to generalize automatic release phases
- No container for development
- Explore more ligatures styling
Go to release
You have to right click the fonts and choose 'install font for all users'. Otherwise, some IDEs can not be correctly listed the font.
To upgrade 'Hack Ligatured' version, you are recommended to completely remove 'Hack Ligatured' and install it again. Some OS would cache the font until restart.
# Clone
git clone https://github.com/gaplo917/Ligatured-Hack
cd Ligatured-Hack
# Update Fira, Hack, JetBrains Mono submodules
git submodule update --depth 1 --init --recursive
# Build docker image
docker build . -t ligatured-hack
# Mount the volume & Run
docker run -v $(pwd)/fonts/output:/usr/src/app/fonts/output ligatured-hack
Done! All the fonts will be built to $(pwd)/fonts/output
# Install fontforge dependencies
brew install fontforge
# Run Makefile
make
If you care about font, you may also care about the color of syntax highlighting. I would recommend you can take a look on my other side project Productivity-oriented color scheme - GapStyle