diagnostic · one of 36 free, no counter
Font faces
Which @font-face rules does this page declare, and does anything use them?
A @font-face block is a declaration, not a download - the browser fetches it only if something matches. So a stylesheet can declare nine weights while the page uses three, and the other six are dead text in a file everybody has to download. This lists the declarations beside what the page actually resolved to.
Reach it Press ⌘ + K on any tab and type font faces. Ctrl + K on Windows and Linux
in the panel · free, no counter
What this actually is
the declared faces, their files and formatsOn any site with a webfont stack, before adding a weight, and during a cleanup - a declared face nothing uses is the safest thing on a page to delete.
Asked about this diagnostic
4 of themIs a declared face that is unused a problem?
Only the declaration is wasted - the browser does not fetch a face nothing matches. It is still worth removing, because the next person to read the stylesheet will assume it is in use.
What does font-display: block actually cost?
Up to three seconds of invisible text while the file loads. swap shows a fallback immediately and reflows when the face arrives; which trade-off is right is a design decision, and the row reports rather than grades it.
Why does unicode-range matter?
Because it decides whether a file is fetched at all. A Cyrillic subset on a page with no Cyrillic is never downloaded, which is the whole reason subsetting works.
How is this different from Font loading?
This lists the declarations. Font loading is about what happened at runtime - which families resolved and which quietly fell back to a system face.
how to use font faces
-
Open Font faces to list every
@font-facerule the page declares. - Read each source with its format hint, beside what the page actually resolved to.
- Find the declarations nothing matched. Those are named, and they are the safe deletions.
- Take that list to the stylesheet before anybody adds another weight to it.
written about at length
70 of these · no host permissions · three free audits