1
0
Эх сурвалжийг харах

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

Gildas 7 жил өмнө
parent
commit
c602584187

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