-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
Great project Ryan. Thanks for including Hack with your patched releases.
It looks like your patching approach is removing the hints from the Hack ttf variants. This could lead to issues for some Linux distros and all Windows users. They are simple to restore if you would like to modify your releases (or for anyone who wants to do this on their own).
Use the following approach prior to the font installs:
- Install ttfautohint
- Grab our
autohint.shscript and ttfautohint Control Instructions Files (Hack-*-TA.txt) from this directory of the Hack repository https://github.com/chrissimpkins/Hack/blob/master/postbuild_processing/tt-hinting - Modify the infile and outfile paths in the
autohint.shshell script based upon the Nerd Fonts release file names (and outfile path of your choice) chmod +x autohint.sh- Execute
./autohint.shto restore the hints.
These hints may/likely will change with new Hack releases so it is necessary to use Control Instruction Files that are part of the same Hack release that you patch.
rscircus and ryanoasis