Explorar o código

added "font-kerning" in the font key

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
2f04f0fb70
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/single-file/css-fonts-minifier.js

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

@@ -298,6 +298,7 @@ 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")),