We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efb263 commit 8b7d0d7Copy full SHA for 8b7d0d7
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-marchen.yaml
@@ -4,5 +4,6 @@ googleFonts: true
4
includeSubsets:
5
- from: Noto Sans
6
name: GF_Latin_Core
7
+recipeProvider: noto
8
sources:
9
- NotoSansMarchen.designspace
0 commit comments