gulp-iconfont-css icon indicating copy to clipboard operation
gulp-iconfont-css copied to clipboard

Allow us to specify the format

Open elboletaire opened this issue 9 years ago • 2 comments

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.

elboletaire avatar Jun 21 '16 11:06 elboletaire

That or event better, read formats from gulp-iconfont.

iamso avatar Sep 25 '16 00:09 iamso

@elboletaire I've added this also in PR https://github.com/backflip/gulp-iconfont-css/pull/48 as comment

jefsnare avatar Mar 05 '17 13:03 jefsnare