nerd-fonts/bin/scripts/Hack/postprocess.sh
Ryan L McIntyre 1d84436942 Updates 'Knack' to now be just 'Hack' (license change)
- Removes reliance on 'Knack' name due to removal of SIL OFL Reserved font name 'Hack' no longer being a RFN
- This change has been in effect since Hack v3.000
2018-03-17 11:50:06 -04:00

15 lines
258 B
Bash
Executable file

#!/bin/bash
# Nerd Fonts Version: 2.0.0
# Script Version: 1.1.0
fontfile=$1
dir=$(dirname "$0")
echo "dir $dir"
"${dir}/autohint.sh" "$fontfile"
"${dir}/../fpfix.py" "$fontfile"
printf "\\n"
printf "[Nerd Fonts] Post Processed Hack '%s'\\n" "$fontfile"