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