File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ venv-test: venv-test/touchfile
2222
2323build.stamp : venv .init.stamp sources/config.yaml $(SOURCES )
2424 rm -rf fonts
25- (for config in sources/config* .yaml; do . venv/bin/activate; gftools builder $$ config; done) && touch build.stamp
25+ (for config in sources/config* .yaml; do . venv/bin/activate; gftools builder $$ config; done) && ./build_instances.sh && touch build.stamp
2626
2727.init.stamp : venv
2828 . venv/bin/activate; python3 scripts/first-run.py
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
13fonttools varLib.instancer fonts/variable/Urbanist\[ ital,wght\] .ttf ital=0 -o fonts/variable/Urbanist\[ wght\] .ttf --update-name-table
24fonttools varLib.instancer fonts/variable/Urbanist\[ ital,wght\] .ttf ital=1 -o fonts/variable/Urbanist-Italic\[ wght\] .ttf --update-name-table
You can’t perform that action at this time.
0 commit comments