diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js index 64a13c2c..86fc12be 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -260,11 +260,12 @@ gulp.task('iconfont', function () { .pipe(iconfont({ fontName: 'tabler-icons', prependUnicode: true, - formats: ['ttf', 'eot', 'woff', 'woff2'], + formats: ['ttf', 'eot', 'woff', 'woff2', 'svg'], normalize: true, startUnicode: maxUnicode, fontHeight: 1000, - descent: 100 + descent: 100, + ascent: 986.5 })) .on('glyphs', function (glyphs, options) { //glyphs json |