1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-13 17:18:37 +02:00
nerd-fonts/bin/scripts/Hack/postprocess.sh

15 lines
222 B
Bash
Raw Normal View History

#!/bin/bash
# version: 0.9.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"