instantiate-reg.sh 288 B

123456
  1. weights=(300 400 600 700 800)
  2. widths=(75 100)
  3. for I in ${weights[@]}; do
  4. fonttools varLib.mutator ../source/TTF\ VTT\ source/OpenSans-Roman.ttf wght="$I" wdth=100;
  5. mv ../source/TTF\ VTT\ source/OpenSans-Roman-instance.ttf ../source/TTF\ VTT\ source/OpenSans-Roman-wg"$I"wd100.ttf
  6. done