From 4345ccf356158f0c1e126b024de15aab327cf110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 6 Feb 2015 11:19:41 +0100 Subject: [PATCH] Fix recommendation 'as many fonts as possible' --- 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 d4c685c..7fb4413 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -883,7 +883,7 @@ var policies = { "webfontCount": { "tool": "phantomas", "label": "Font count", - "message": "

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

", + "message": "

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

", "isOkThreshold": 0, "isBadThreshold": 3, "isAbnormalThreshold": 5,