updated script to correct us-weightclass

This commit is contained in:
Rosalie Wagner 2021-04-27 18:29:28 +02:00
parent 30bfc4117e
commit e1e5dfe61a
32 changed files with 15 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -4,6 +4,21 @@ set -e
ttDir=../fonts/ttf
echo ".
BUILD FONTS
."
gftools builder config.yaml
ttfs=$(ls $ttDir/*-Regular.ttf)
for font in $ttfs
do
gftools fix-weightclass $font
[ -f $font.fix ] && mv $font.fix $font
done
echo ".
SUBSETTING STATICS
."