We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18ac4c commit 1ef5899Copy full SHA for 1ef5899
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-multani.yaml
@@ -6,7 +6,8 @@ includeSubsets:
6
name: GF_Latin_Core
7
- from: Noto Sans Devanagari
8
ranges:
9
- - start: 0x0964
10
- end: 0x0965
+ - end: 2405
+ start: 2404
11
+recipeProvider: noto
12
sources:
13
- NotoSansMultani.designspace
0 commit comments