Skip to content

Commit 1dbb1fd

Browse files
committed
fix(icons-to-woff): hide "font created" message
1 parent 7196819 commit 1dbb1fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/default/dist/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/icons-to-woff.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module.exports = function createIconFont (icons, options) {
1010
var fontStream = svgicons2svgfont({
1111
name: options.name,
1212
normalize: true,
13-
fontHeight: 512
13+
fontHeight: 512,
14+
log: function () {}
1415
});
1516
var svgFont = '';
1617
fontStream

0 commit comments

Comments
 (0)