1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-09-11 02:25:46 +03:00
Hasklig/build.sh

16 lines
421 B
Bash
Raw Normal View History

#!/bin/sh
2014-04-20 06:00:48 +04:00
family=Hasklig
2013-09-06 12:22:05 +04:00
weights='Black Bold ExtraLight Light Medium Regular Semibold'
# clean existing build artifacts
rm -rf target/
mkdir target/
2013-09-06 12:22:05 +04:00
for w in $weights
do
2014-04-27 00:34:25 +04:00
makeotf -f Roman/$w/font.pfa -r -o target/$family-$w.otf
# makeotf -f Roman/$w/font.ttf -gf GlyphOrderAndAliasDB_TT -r -o target/TTF/$family-$w.ttf
rm Roman/$w/current.fpr # remove default options file from the source tree after building
done