diff options
author | Michal Wolny <michal.wolny@versum.pl> | 2021-01-08 19:48:13 +0100 |
---|---|---|
committer | Michal Wolny <michal.wolny@versum.pl> | 2021-01-08 19:48:13 +0100 |
commit | 8f994341146e400b6b9f1c91727fd314b826778c (patch) | |
tree | b33283e7931d4624d48c307b1bf05967d9ec8e12 /gulpfile.js | |
parent | [dev-iconfont-generation] fix svg outline stroke directions during iconfont g... (diff) | |
download | tabler-icons-8f994341146e400b6b9f1c91727fd314b826778c.tar.xz |
[dev-iconfont-generation] descent font a little
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 |