- Cleanup

This commit is contained in:
weiweihuanghuang 2020-02-24 20:20:48 +11:00
parent a40f9c5d95
commit 591afaa941

View File

@ -1,7 +0,0 @@
#!/bin/bash
for i in *.ttf; do
fontbakery check-googlefonts $i --ghmarkdown ${i}-fontbakery-report.md
# fontbakery check-googlefonts -c com.google.fonts/check/usweightclass -c com.google.fonts/check/name/familyname -c com.google.fonts/check/name/match_familyname_fullfont $i --ghmarkdown ${i}-fontbakery-report.md
echo "Processing $i ..."
done