|
|
@@ -145,7 +145,6 @@ this.fontsMinifier = this.fontsMinifier || (() => {
|
|
|
let test;
|
|
|
const optionalUsedFonts = filteredUsedFonts && filteredUsedFonts.get(familyName);
|
|
|
if (optionalUsedFonts && optionalUsedFonts.length) {
|
|
|
- debugger;
|
|
|
const fontStyle = getDeclarationValue(ruleData.block.children, "font-style") || "normal";
|
|
|
const fontWeight = getFontWeight(getDeclarationValue(ruleData.block.children, "font-weight") || "400");
|
|
|
const fontVariant = getDeclarationValue(ruleData.block.children, "font-variant") || "normal";
|