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

remove alternative fonts after removing unused CSS styles

Gildas 7 жил өмнө
parent
commit
405044119c

+ 2 - 2
lib/single-file/single-file-core.js

@@ -103,9 +103,9 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 		]
 	}, {
 		sequential: [
-			{ option: "removeAlternativeFonts", action: "removeUnusedFonts" },
 			{ option: "removeUnusedStyles", action: "removeUnusedStyles" },
-			{ option: "removeAlternativeMedias", action: "removeAlternativeMedias" }
+			{ option: "removeAlternativeMedias", action: "removeAlternativeMedias" },
+			{ option: "removeAlternativeFonts", action: "removeUnusedFonts" }
 		],
 		parallel: [
 			{ action: "processStylesheets" },