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