sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.11k stars 210 forks source link

grunt webfont loading issue #328

Open candam opened 8 years ago

candam commented 8 years ago

Hello,

I have been trying to get grunt webfont working in order to output my svg file as web fonts

but I have been facing this issue all long

I couldn't fix it I hope you can help me fix this

screenshot

jrauschenbusch commented 8 years ago

Seems that either fontforge cannot interpret the folder's path you are using, which contains a whitespace character (hence it would be a fontforge bug) or there's a bug regarding the call arguments of the external fontforge executable called from the grunt-webfont plugin. Currently "D:\Core Font" results in "D:\Core", which obviously doesn't exist in your file system.

jrauschenbusch commented 8 years ago

Related to [#323]()