sunflowerdeath / webfonts-generator

Generator of webfonts from svg icons
The Unlicense
271 stars 152 forks source link

Cant give absolute paths in options.cssFontsPath #10

Closed ghost closed 8 years ago

ghost commented 8 years ago

When I give a full http/https url for cssFontsPath, its being changed to a single slash.I have css inline and generated font is on a cdn hence cannot give a relative path.

sunflowerdeath commented 8 years ago

Problem was that value used as a path, and not as URL. I fixed it, and also I decided to rename this option from cssFontsPath to cssFontsUrl. cssFontsPath is not removed yet, but now it shows deprecation message.

ghost commented 8 years ago

Thanks . Working perfectly !