File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
postbuild_processing/tt-hinting Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,13 @@ cp ../posthinted_builds/Hack-Italic.ttf ../../build/ttf/Hack-Italic.ttf
1717echo " moved hinted version of Hack-Italic.ttf to ../../build/ttf/Hack-Italic.ttf"
1818cp ../posthinted_builds/Hack-BoldItalic.ttf ../../build/ttf/Hack-BoldItalic.ttf
1919echo " moved hinted version of Hack-BoldItalic.ttf to ../../build/ttf/Hack-BoldItalic.ttf"
20+
21+ # Moves release otf build files (after hinting) to the build/otf path of the repository
22+ cp ../posthinted_builds/Hack-Regular.otf ../../build/otf/Hack-Regular.otf
23+ echo " moved hinted version of Hack-Regular.otf to ../../build/otf/Hack-Regular.otf"
24+ cp ../posthinted_builds/Hack-Bold.otf ../../build/otf/Hack-Bold.otf
25+ echo " moved hinted version of Hack-Bold.otf to ../../build/otf/Hack-Bold.otf"
26+ cp ../posthinted_builds/Hack-Italic.otf ../../build/otf/Hack-Italic.otf
27+ echo " moved hinted version of Hack-Italic.otf to ../../build/otf/Hack-Italic.otf"
28+ cp ../posthinted_builds/Hack-BoldItalic.otf ../../build/otf/Hack-BoldItalic.otf
29+ echo " moved hinted version of Hack-BoldItalic.otf to ../../build/otf/Hack-BoldItalic.otf"
You can’t perform that action at this time.
0 commit comments