From 03a25df3670bf426cf221a47c58cc33000cf903c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 22 May 2015 10:57:39 +0200 Subject: [PATCH] One webfont is ok --- lib/metadata/policies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 8862497..5285096 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -1024,7 +1024,7 @@ var policies = { "tool": "phantomas", "label": "Font count", "message": "

Fonts are loaded on the critical path of the head. Load as few as possible.

", - "isOkThreshold": 0, + "isOkThreshold": 1, "isBadThreshold": 3, "isAbnormalThreshold": 5, "hasOffenders": true,