瀏覽代碼

rollback, "font-kerning" does not exist for @font-face

Gildas 7 年之前
父節點
當前提交
5a96dbe31c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/single-file/css-fonts-minifier.js

+ 0 - 1
lib/single-file/css-fonts-minifier.js

@@ -298,7 +298,6 @@ this.fontsMinifier = this.fontsMinifier || (() => {
 		return JSON.stringify([
 		return JSON.stringify([
 			getFontFamilyName(style.getPropertyValue("font-family")),
 			getFontFamilyName(style.getPropertyValue("font-family")),
 			getFontWeight(style.getPropertyValue("font-weight")),
 			getFontWeight(style.getPropertyValue("font-weight")),
-			style.getPropertyValue("font-kerning"),
 			style.getPropertyValue("font-style"),
 			style.getPropertyValue("font-style"),
 			style.getPropertyValue("unicode-range"),
 			style.getPropertyValue("unicode-range"),
 			getFontStretch(style.getPropertyValue("font-stretch")),
 			getFontStretch(style.getPropertyValue("font-stretch")),