Sfoglia il codice sorgente

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

Gildas 7 anni fa
parent
commit
c602584187
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

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