From 591afaa941d8ece5ea8d5dfe1e4755a12d507adc Mon Sep 17 00:00:00 2001 From: weiweihuanghuang Date: Mon, 24 Feb 2020 20:20:48 +1100 Subject: [PATCH] - Cleanup --- fonts/static/TTF/fontbakery-folder.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 fonts/static/TTF/fontbakery-folder.sh diff --git a/fonts/static/TTF/fontbakery-folder.sh b/fonts/static/TTF/fontbakery-folder.sh deleted file mode 100755 index 4c17c3f..0000000 --- a/fonts/static/TTF/fontbakery-folder.sh +++ /dev/null @@ -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 \ No newline at end of file