We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ca953 commit a2cd1a7Copy full SHA for a2cd1a7
Makefile
@@ -18,7 +18,7 @@ venv: venv/touchfile
18
19
build.stamp: venv .init.stamp sources/config*.yaml $(SOURCES)
20
rm -rf fonts
21
- (for config in sources/config*.yaml; do . venv/bin/activate; python3 -m notobuilder $$config; done) && touch build.stamp
+ (for config in sources/config*.yaml; do . venv/bin/activate; gftools-builder $$config; done) && touch build.stamp
22
23
.init.stamp: venv
24
. venv/bin/activate; python3 scripts/first-run.py
sources/config-sans-phags-pa.yaml
@@ -4,5 +4,6 @@ googleFonts: true
4
includeSubsets:
5
- from: Noto Sans
6
name: GF_Latin_Core
7
+recipeProvider: noto
8
sources:
9
- NotoSansPhagsPa.glyphs
0 commit comments