Skip to content
install

TWO BUILDS9 browsers

Chromelisting in reviewFirefoxlisting in reviewBravelisting in reviewOperalisting in reviewEdgelisting in review4 moreChromium browsers: Arc, Vivaldi, Chromium, Opera GXthe Chrome build

diagnostic · one of 29free, no counter

Font loading

Why is my font not loading?

A missing webfont does not throw. It falls back, the page looks nearly right, and on your machine it may look exactly right because you have the font installed. This compares what the page declared against what is being painted, and separates the two.

Reach itPress +K on any tab and type font loading.Ctrl+Kon Windows and Linux

Which fonts arrived, which fell back, and which never loaded at all
reads@font-face and loaded faces
writesnothing
sendsnothing
flagsdeclared but never used
showsthe fallback actually painted
planfree
Add LoupeKit- opens the list of browsers it can be installed in

TWO BUILDS9 browsers

Chromelisting in reviewFirefoxlisting in reviewBravelisting in reviewOperalisting in reviewEdgelisting in review4 moreChromium browsers: Arc, Vivaldi, Chromium, Opera GXthe Chrome build

in the panel · free, no counter

section#about

What this actually is

When typography looks right locally and wrong in a screenshot from somebody else, and when a page flashes before settling. The local-copy case is the one worth running deliberately - it is invisible from the machine that has the font.

section#reference

Why a font does not appear

the file failed
a 404, a CORS refusal, or a MIME type the browser will not accept as a font
the range excluded it
a `unicode-range` that does not cover the characters on the page
nothing requested it
declared, downloaded by nothing, because no rule names that family
the weight does not exist
a 600 asked of a family shipping 400 and 700 - the browser synthesises one
display: block, still swapping
the face is coming; what you are looking at is the block period
section#asked

Asked about this diagnostic

It says the font loaded and I can see it has not.

Then the element is not asking for it. Point at the text: the painted family is read from the element, not from the stylesheet, so a `font-family` overridden further down the cascade shows up here as a different answer.

Does it tell me the licence?

No, and nothing that reads a page can. It tells you the family, the file and the origin it came from, which is what you need to go and look the licence up.

Why is my variable font loading twice?

Usually two declarations of the same family with different `unicode-range` values, which is correct, or the same file declared under two names, which is not. Both are visible in the first pass.

Add LoupeKit- opens the list of browsers it can be installed in

TWO BUILDS9 browsers

Chromelisting in reviewFirefoxlisting in reviewBravelisting in reviewOperalisting in reviewEdgelisting in review4 moreChromium browsers: Arc, Vivaldi, Chromium, Opera GXthe Chrome build

63 of these · no host permissions · three free audits