Fix recommendation 'as many fonts as possible'

This commit is contained in:
Gaël Métais
2015-02-06 11:19:41 +01:00
parent 4032468e10
commit 4345ccf356
+1 -1
View File
@@ -883,7 +883,7 @@ var policies = {
"webfontCount": {
"tool": "phantomas",
"label": "Font count",
"message": "<p>Fonts are loaded on the critical path of the head. Load as many as possible.</p>",
"message": "<p>Fonts are loaded on the critical path of the head. Load as few as possible.</p>",
"isOkThreshold": 0,
"isBadThreshold": 3,
"isAbnormalThreshold": 5,