I'm currently trying to get fontcustom installed on a windows machine I have. I have followed the instructions as provided in the readme. Keep note that it makes no mention to explicitly install the Woff2 package from Google. Only Linux and Mac have those instructions.
When I try to run a compile step, the compilation fails like so:

It make mention that woff2_compress doesn't exist in the file system.
Upon checking the source code
- From the initialisation of the fontcustom script it runs
check_woff2 as below:

It's not checking whether or not we are currently running windows bfore the woff2_compress check.
So that means one of two things:
- If I am required to install woff2 anyway that means the documentation is not that accurate and will need to be updated
- If we don't actually need to install woff2, then we need to check if we are currently running on windows before running the woff2 check.
Thanks.
I'm currently trying to get fontcustom installed on a windows machine I have. I have followed the instructions as provided in the readme. Keep note that it makes no mention to explicitly install the Woff2 package from Google. Only Linux and Mac have those instructions.
When I try to run a compile step, the compilation fails like so:

It make mention that woff2_compress doesn't exist in the file system.
Upon checking the source code
check_woff2as below:It's not checking whether or not we are currently running windows bfore the woff2_compress check.
So that means one of two things:
Thanks.