nerd-fonts/bin/scripts/Hack/postprocess.sh

15 lines
284 B
Bash
Raw Normal View History

2018-07-09 16:20:40 +02:00
#!/usr/bin/env bash
2023-01-24 16:56:06 +01:00
# Nerd Fonts Version: 2.3.3
# Script Version: 1.2.0
fontfile=$1
dir=$(dirname "$0")
"${dir}/fix-dsig.py" "$fontfile"
"${dir}/fix-fstype.py" "$fontfile"
"${dir}/autohint.sh" "$fontfile"
2018-01-13 04:20:52 +01:00
printf "\\n"
printf "[Nerd Fonts] Post Processed Hack '%s'\\n" "$fontfile"