Skip to content

Don't use too many web fonts

nzakas edited this page Oct 24, 2011 · 1 revision

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

Clone this wiki locally