Skip to content

Commit

Permalink
显示字符个数
Browse files Browse the repository at this point in the history
  • Loading branch information
糖饼 committed May 20, 2016
1 parent 36b3014 commit 9f2dab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/font-spider
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ function compressWebFont(htmlFiles, options) {
log('Font family:', colors.green(webFont.family));
log('Original size:', colors.green(webFont.originalSize / 1000 + ' KB'));
log('Include chars:', webFont.chars);
log('Chars length:', colors.green(webFont.chars.length));
log('Font id:', webFont.id);
log('CSS selectors:', webFont.selectors.join(', '));
log('Font files:');
Expand Down

0 comments on commit 9f2dab7

Please sign in to comment.