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