Skip to content

Commit

Permalink
Update build process
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Nov 8, 2024
1 parent bc65101 commit 4f81293
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ venv: venv/touchfile

build.stamp: venv .init.stamp sources/config*.yaml $(SOURCES)
rm -rf fonts
(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

.init.stamp: venv
. venv/bin/activate; python3 scripts/first-run.py
Expand Down
15 changes: 8 additions & 7 deletions sources/config-sans-cypriot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ buildVariable: false
familyName: Noto Sans Cypriot
googleFonts: true
includeSubsets:
- from: Noto Sans
name: GF_Latin_Core
- from: Noto Sans Linear B
ranges:
- start: 0x10100
end: 0x10133
- from: Noto Sans
name: GF_Latin_Core
- from: Noto Sans Linear B
ranges:
- end: 65843
start: 65792
recipeProvider: noto
sources:
- NotoSansCypriot.designspace
- NotoSansCypriot.designspace

0 comments on commit 4f81293

Please sign in to comment.