Website font checker
Enter a URL to see which fonts a website declares, where they are hosted, and which font files it loads. Free, no install.
Enter any public page. The checker reads its HTML and stylesheets and lists the fonts they declare.
How does the website font checker work?
The checker downloads the page’s HTML and its stylesheets from our server, then reads the CSS. It lists every @font-face rule with its weights and files, the families named in font-family declarations, and any links to Google Fonts or Adobe Fonts.
That tells you what the site declares. It cannot tell you what a visitor actually sees, because no browser is involved: a declared font may fail to load, a fallback may be showing, and fonts injected by JavaScript are invisible to it. It also cannot tell you which font a particular headline uses.
For that, inspect the live page. The Font Inspector extension shows the rendered font, size, weight and spacing of any text you click, and ranks every font on the page by how much text it covers. See how to identify fonts on a website.
Why does the checker show fonts I cannot see on the page?+
Stylesheets often declare more fonts than a page uses, for example icon fonts or weights reserved for other pages. The checker lists everything declared. To see what is really used, inspect the live page.
Why did the checker find no fonts?+
The site may use only system fonts, load its CSS with JavaScript, or block automated requests. Open the page in your browser and inspect the text instead.
Can I download the fonts it finds?+
No. Font files on someone else’s server are licensed to that site. The checker helps you name the font so you can license it from its maker or find a free alternative. See how to get a font legally.
Do you store the URLs I check?+
Results are cached for a short time so repeat checks are fast. The checker only requests public pages and never sends cookies or signs in anywhere.
Need the font of one specific headline?
The checker reads what a site declares. Font Inspector reads what is actually rendered: click any text to see its real font, size, weight and spacing, or list every font on the page ranked by use.