diff options
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index da9d0df8..64a13c2c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -262,7 +262,9 @@ gulp.task('iconfont', function () { prependUnicode: true, formats: ['ttf', 'eot', 'woff', 'woff2'], normalize: true, - startUnicode: maxUnicode + startUnicode: maxUnicode, + fontHeight: 1000, + descent: 100 })) .on('glyphs', function (glyphs, options) { //glyphs json |