About Get Font Info

Get Font Info is a free, URL-based font finder. Paste any website and it reads the page's live CSS to identify every font family, weight and @font-face source — accurate by construction, with no image matching, no extension and no signup.

Why we built it

The easiest way to identify a font on a website used to be a browser extension or an image-based matcher. Extensions need installing and only inspect one element at a time. Image matchers guess from pixel shapes and often pick the wrong family on short text, custom weights or variable fonts.

Get Font Info takes the third path: it fetches the page server-side, parses the same CSS the browser uses, and returns the exact font names. No guessing, no install — the full font list for the page in about a second.

What it does

  • Lists every font family the page loads, with weight, style and source.
  • Shows the @font-face source URL (woff2 / woff / ttf) for every custom font.
  • Labels each font as Google Fonts, Adobe Fonts, a custom webfont or a system font.
  • Lets you hover any element to see the exact font, size and line-height for that text.
  • Extracts the page's full color palette from the same CSS.
  • Exports a downloadable JSON font specification you can share or save.
  • Maintains a directory of pre-analyzed reference pages for popular sites.

Who it is for

Designers auditing a competitor's typography. Developers reverse-engineering a design system. Brand teams documenting a redesign. Anyone who has ever asked what font does this website use? and wanted an answer that is correct, not a probable match.

Try Get Font Info

Paste any URL on the home page to see every font, weight and @font-face source in one second.

Open the font finder

Guides