Skip to content

Commit d6e819b

Browse files
Update build.sh
Commenting out until I chat with Google folks
1 parent 0d40a44 commit d6e819b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

sources/build.sh

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ if [ ! -f "sources/config.yaml" ]; then
99
exit 1
1010
fi
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

3333
echo "Organizing font files..."

0 commit comments

Comments
 (0)