Sfoglia il codice sorgente

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

Gildas 7 anni fa
parent
commit
5a96dbe31c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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([
 			getFontFamilyName(style.getPropertyValue("font-family")),
 			getFontWeight(style.getPropertyValue("font-weight")),
-			style.getPropertyValue("font-kerning"),
 			style.getPropertyValue("font-style"),
 			style.getPropertyValue("unicode-range"),
 			getFontStretch(style.getPropertyValue("font-stretch")),