In gulp-iconfont we can specify the formats, but due to how gulp-iconfont-css generates the font-face code block we need to specify all the formats to avoid issues in some browsers.
Personally, I would like to just generate the woff and woff2 files, but right now I can't due to the hardcoded font-face block.
In
gulp-iconfontwe can specify the formats, but due to howgulp-iconfont-cssgenerates the font-face code block we need to specify all the formats to avoid issues in some browsers.Personally, I would like to just generate the
woffandwoff2files, but right now I can't due to the hardcodedfont-faceblock.