gulp-fontgen icon indicating copy to clipboard operation
gulp-fontgen copied to clipboard

Updated dependency fontfacegen

Open MaxBoeh opened this issue 6 years ago • 1 comments

... to be able to append several css / scss / less files into one avoiding overwriting

MaxBoeh avatar May 30 '18 11:05 MaxBoeh

This fixes common errors when using gulp-fontfacegen with .ttf's from Google Fonts, such as the following:

../node_modules/fontfacegen/lib/ttf2svg.js:19
        throw new FontFaceException(
        ^
FontFaceException: svg conversion failed: TypeError: Cannot read property 'getPointCount' of undefined
Your SVG file will probably not be in a working state

MarttiR avatar Jun 01 '18 13:06 MarttiR