diff --git a/tools/lighthouse/.lighthouserc.json b/tools/lighthouse/.lighthouserc.json index 932f43b79..cfbb36524 100644 --- a/tools/lighthouse/.lighthouserc.json +++ b/tools/lighthouse/.lighthouserc.json @@ -22,7 +22,8 @@ "total-blocking-time": ["warn", { "maxNumericValue": 300 }], "interactive": ["warn", { "maxNumericValue": 5000 }], "resource-summary.script.count": ["warn", { "maxNumericValue": 140 }], - "resource-summary.total.count": ["warn", { "maxNumericValue": 150 }] + "resource-summary.total.count": ["warn", { "maxNumericValue": 150 }], + "resource-summary.font.size": ["warn", { "maxNumericValue": 260000 }] } }, "upload": { diff --git a/tools/lighthouse/budget.json b/tools/lighthouse/budget.json index c063ed333..3e7c7a576 100644 --- a/tools/lighthouse/budget.json +++ b/tools/lighthouse/budget.json @@ -16,7 +16,7 @@ }, { "resourceType": "font", - "budget": 100 + "budget": 260 }, { "resourceType": "total",