Browse Source

added "font-kerning" in the font key

Gildas 7 years ago
parent
commit
2f04f0fb70
1 changed files with 1 additions and 0 deletions
  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")),