sapegin / grunt-webfont

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

Warning: fontforge not found. - But: In some projects it works, why? #346

Open luxmedia opened 8 years ago

luxmedia commented 8 years ago

Hello,

i have a strange issue using grunt-webfont (which i like very much - thanks for the module!).

I am using Sublime Text 2 on Mac OS X, Grunt, Homebrew and NVM for building my projects. Due to problems with the node engine (small dots instead of icons - svg resizing doesnt work) i prefer to use fontforge. But i ran into a strange behaviour: grunt-webfont works like a charm in one project and fails on another project with "Warning: fontforge not found."

Since fontforge is a global installed piece of software, i can't understand why webfont does sometimes find fontforge and sometimes not.

I would by thankful for any help.

Regards Volker

simonmosse commented 8 years ago

Have found this issue about path names that might be related: https://github.com/sapegin/grunt-webfont/issues/323 ?

alampros commented 7 years ago

@luxmedia can you confirm that the fix in #350 fixed this issue for you?