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 0ae9cfb commit 3fe7458Copy full SHA for 3fe7458
build.sh
@@ -10,6 +10,6 @@ mkdir target/
10
for w in ${weights[@]};
11
do
12
makeotf -sp target/$family-$w-otf.fpr -f Roman/$w/font.pfa -r -o target/$family-$w.otf
13
- 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
14
rm Roman/$w/current.fpr # remove default options file from the source tree after building
15
done
0 commit comments