@@ -9,25 +9,25 @@ if [ ! -f "sources/config.yaml" ]; then
99 exit 1
1010fi
1111
12- echo " Starting Mona Sans Google Fonts build process..."
12+ # echo "Starting Mona Sans Google Fonts build process..."
1313
1414
15- # Check for required tools
16- command -v gftools > /dev/null 2>&1 || { echo " Error: gftools is required but not installed. Aborting." ; exit 1; }
17- command -v ttfautohint > /dev/null 2>&1 || { echo " Warning: ttfautohint not found. Install for best hinting results." ; }
15+ # # Check for required tools
16+ # command -v gftools >/dev/null 2>&1 || { echo "Error: gftools is required but not installed. Aborting."; exit 1; }
17+ # command -v ttfautohint >/dev/null 2>&1 || { echo "Warning: ttfautohint not found. Install for best hinting results."; }
1818
19- # build googlefonts
20- gftools builder sources/config.yaml
19+ # # build googlefonts
20+ # gftools builder sources/config.yaml
2121
22- # clean up build artifacts
23- rm -rf sources/instance_ufos
24- rm sources/.ninja_log
25- rm sources/build.ninja
22+ # # clean up build artifacts
23+ # rm -rf sources/instance_ufos
24+ # rm sources/.ninja_log
25+ # rm sources/build.ninja
2626
27- # remove buggy .woff2 that gftools builder creates
28- rm -f googlefonts/MonaSans[ital,wdth,wght].woff2
27+ # # remove buggy .woff2 that gftools builder creates
28+ # rm -f googlefonts/MonaSans[ital,wdth,wght].woff2
2929
30- echo " Google's Font files available in the 'googlefonts/' directory"
30+ # echo "Google's Font files available in the 'googlefonts/' directory"
3131
3232
3333echo " Organizing font files..."
0 commit comments