We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd709fb commit 7f36390Copy full SHA for 7f36390
postbuild_processing/tt-hinting/autohint.sh
@@ -20,7 +20,7 @@ ttfautohint -l 4 -r 80 -G 350 -x 0 -H 260 -D latn -f latn -w G -W -t -X "" -I -m
20
echo "Hack-Bold.ttf hinted and moved to ../posthinted_builds/Hack-Bold.ttf"
21
22
# Hack-Italic.ttf
23
-ttfautohint -l 4 -r 80 -G 350 -x 0 -H 145 -D latn -f latn -w G -W -t -X "" -I -m "../prehinted_builds/Hack-Italic.ttf" "../posthinted_builds/Hack-Italic.ttf"
+ttfautohint -l 4 -r 80 -G 350 -x 0 -H 145 -D latn -f latn -w G -W -t -X "" -I "../prehinted_builds/Hack-Italic.ttf" "../posthinted_builds/Hack-Italic.ttf"
24
echo "Hack-Italic.ttf hinted and moved to ../posthinted_builds/Hack-Italic.ttf"
25
26
# Hack-BoldItalic.ttf
0 commit comments