From 8f994341146e400b6b9f1c91727fd314b826778c Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Fri, 8 Jan 2021 19:48:13 +0100 Subject: [dev-iconfont-generation] descent font a little --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gulpfile.js') 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 -- cgit v1.2.1