Selaa lähdekoodia

don't take into account "font-display" css style when grouping fonts

Gildas 7 vuotta sitten
vanhempi
sitoutus
c602584187
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      lib/single-file/css-fonts-minifier.js

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

@@ -289,7 +289,6 @@ this.fontsMinifier = this.fontsMinifier || (() => {
 			getFontWeight(style.getPropertyValue("font-weight")),
 			style.getPropertyValue("font-style"),
 			style.getPropertyValue("unicode-range"),
-			style.getPropertyValue("font-display"),
 			style.getPropertyValue("font-stretch"),
 			style.getPropertyValue("font-variant"),
 			style.getPropertyValue("font-feature-settings"),