Skip to content

Commit

Permalink
fix(icons-to-woff): hide "font created" message
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Sep 14, 2016
1 parent 7196819 commit 1dbb1fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/default/dist/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/icons-to-woff.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = function createIconFont (icons, options) {
var fontStream = svgicons2svgfont({
name: options.name,
normalize: true,
fontHeight: 512
fontHeight: 512,
log: function () {}
});
var svgFont = '';
fontStream
Expand Down

0 comments on commit 1dbb1fd

Please sign in to comment.