1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-19 03:12:07 +02:00
nerd-fonts/bin/scripts/Hack/postprocess.sh

15 lines
287 B
Bash
Raw Normal View History

2018-07-09 17:20:40 +03:00
#!/usr/bin/env bash
2022-10-07 11:55:35 +00:00
# Nerd Fonts Version: 2.3.0-RC
# 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-12 22:20:52 -05:00
printf "\\n"
printf "[Nerd Fonts] Post Processed Hack '%s'\\n" "$fontfile"