Просмотр исходного кода

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

Gildas 7 лет назад
Родитель
Сommit
c602584187
1 измененных файлов с 0 добавлено и 1 удалено
  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")),
 			getFontWeight(style.getPropertyValue("font-weight")),
 			style.getPropertyValue("font-style"),
 			style.getPropertyValue("font-style"),
 			style.getPropertyValue("unicode-range"),
 			style.getPropertyValue("unicode-range"),
-			style.getPropertyValue("font-display"),
 			style.getPropertyValue("font-stretch"),
 			style.getPropertyValue("font-stretch"),
 			style.getPropertyValue("font-variant"),
 			style.getPropertyValue("font-variant"),
 			style.getPropertyValue("font-feature-settings"),
 			style.getPropertyValue("font-feature-settings"),