Code snippet to convert fonts from ttf to woff2 You need to install Google’s woff2 CLI. for filename in *.ttf; do woff2_compress $filename; done;