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 3cc9710 commit e8730e9Copy full SHA for e8730e9
postbuild_processing/tt-hinting/release.sh
@@ -1,3 +1,14 @@
1
+# ------------------------------------------------------------------
2
+#
3
+# release.sh
4
+# Copyright 2015 Christopher Simpkins
5
+# MIT license
6
7
8
+
9
+# DESCRIPTION
10
+# Moves release ttf build files (after hinting) to the build/ttf path of the repository
11
12
cp ../posthinted_builds/Hack-Regular.ttf ../../build/ttf/Hack-Regular.ttf
13
echo "moved hinted version of Hack-Regular.ttf to ../../build/ttf/Hack-Regular.ttf"
14
cp ../posthinted_builds/Hack-Bold.ttf ../../build/ttf/Hack-Bold.ttf
0 commit comments