Skip to content

Commit

Permalink
兼容fonticon
Browse files Browse the repository at this point in the history
  • Loading branch information
糖饼 committed Aug 4, 2015
1 parent a3d2c2f commit cf804d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Compress.prototype = {
var temp = path.join(dirname, TEMP + number);

// 有些 webfont 使用 content 属性加字体继承,查询不到 chars
// 不压缩,避免意外将
// 不压缩,避免意外将 fonticon 干掉了
if (webFont.chars) {
fontmin.use(Fontmin.glyph({
text: webFont.chars
Expand Down

0 comments on commit cf804d0

Please sign in to comment.