diff --git a/build.sh b/build.sh index c36092439d..61b93a99d0 100755 --- a/build.sh +++ b/build.sh @@ -10,6 +10,6 @@ mkdir target/ for w in ${weights[@]}; do makeotf -sp target/$family-$w-otf.fpr -f Roman/$w/font.pfa -r -o target/$family-$w.otf - makeotf -sp target/$family-$w-ttf.fpr -f Roman/$w/font.ttf -gf GlyphOrderAndAliasDB_TT -newNameID4 -r -o target/$family-$w.ttf + makeotf -sp target/$family-$w-ttf.fpr -f Roman/$w/font.ttf -gf GlyphOrderAndAliasDB_TT -r -o target/$family-$w.ttf rm Roman/$w/current.fpr # remove default options file from the source tree after building done