Hello!
I was using the CLI to convert google fonts and it seems like it cannot handle files with commas like for example the upstream google font "NotoSans[wdth,wght].ttf". It seems like the web version works fine.
If I just rename the font to not include a comma it works.
Thanks!
How to reproduce
Adding ./NotoSans[wdth
terminate called after throwing an instance of 'std::runtime_error'
what(): Could not open font face
Aborted (core dumped)
Attachments
Hello!
I was using the CLI to convert google fonts and it seems like it cannot handle files with commas like for example the upstream google font "NotoSans[wdth,wght].ttf". It seems like the web version works fine.
If I just rename the font to not include a comma it works.
Thanks!
How to reproduce
./font-maker --name "NotoSans" "./tmp" "./NotoSans[wdth,wght].ttf"Attachments
NotoSans[wdth,wght].zip