mirror of
https://github.com/googlefonts/lexend.git
synced 2026-09-10 07:26:23 -04:00
updated script to correct us-weightclass
This commit is contained in:
parent
30bfc4117e
commit
e1e5dfe61a
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.
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.
|
|
@ -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
|
||||
."
|
||||
Loading…
Reference in a new issue