Skip to content

Commit

Permalink
Update proof
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Jul 27, 2023
1 parent 11191b3 commit 20f0a85
Show file tree
Hide file tree
Showing 39 changed files with 14,766 additions and 8,739 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ venv
*.stamp

.DS_Store
.ninja_log
*.ninja
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ test: venv build.stamp
. venv/bin/activate; mkdir -p out/ out/fontbakery; fontbakery check-googlefonts -l WARN --full-lists --succinct --badges out/badges --html out/fontbakery/fontbakery-report.html --ghmarkdown out/fontbakery/fontbakery-report.md $(shell find fonts/ttf -type f) || echo '::warning file=sources/config.yaml,title=Fontbakery failures::The fontbakery QA check reported errors in your font. Please check the generated report.'

proof: venv build.stamp
. venv/bin/activate; mkdir -p out/ out/proof; gftools gen-html proof $(shell find fonts/ttf -type f) -o out/proof
. venv/bin/activate;
mkdir -p out/ out/proof;
diffenator2 proof $(shell find fonts/ttf -type f) -o out/proof

clean:
rm -rf sources/Wave* template.stamp build.stamp venv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 20f0a85

Please sign in to comment.