Open o-t-w opened 1 year ago
I followed the instructions
git clone --recursive https://github.com/google/woff2.git cd woff2 make clean all
but the command is not working.
Hi, you need to call it like a shell script with ./ : ./woff2_compress testfont.ttf
./woff2_compress testfont.ttf
Best
Should this not be in the readme? Unless it's a standard practice not to document it like that?
I followed the instructions
but the command is not working.