Don't use too many web fonts - dashk/csslint GitHub Wiki
Web fonts are growing in popularity and use of @font-face
is on the rise. However, using web fonts comes with performance implications as font files can be quite large and some browsers block rendering while downloading them. For this reason, CSSLint will warn you when there are more than five web fonts in a style sheet.
Rule ID: font-faces