CSL308817: Do not use too many web fonts in CSS

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.

TypeName: DoNotUseTooManyWebFontsInCSS
CheckId: CSL308817
Severity: Warning
Type: CSSFile
Links

comments powered by Disqus