COMPARISONS · 6 MIN READ

Font Inspector vs Fonts Ninja

Fonts Ninja and Font Inspector both name the font on a web page. See what each one shows, what is free, where an account comes in, and which fits your work.

Fonts Ninja is a font identifier connected to a font catalog: it names the font, then shows the foundry, the price and similar typefaces, and lets you bookmark fonts to boards once you create a free account. It is the better choice if you are shopping for typefaces or you work in Firefox or Safari. Font Inspector is the better choice if you want the technical picture of a page: the rendered font with fallback flags, every font on the page, the style copied as CSS, Tailwind or SCSS, and a library kept locally with no account at all. Both extensions are free.

The short answer

These two tools start from the same click and then head in different directions. Fonts Ninja treats the font name as the start of a buying decision: who made it, what it costs, what looks similar. Font Inspector treats it as the start of a build: what exactly is rendered, at what size and weight, and how do I get those values into my code.

Neither direction is wrong. A brand designer choosing a typeface for a client and a front-end developer matching a reference are doing different jobs. This page sets out what each tool states about itself so you can pick by job, not by habit.

A note on names Fonts Ninja is a trademark of its respective owner. Font Inspector is not affiliated with it.

What Fonts Ninja does, according to its own pages

We read the Chrome Web Store listing and the official Fonts Ninja site on September 20, 2026. Here is what they state.

  • Identification. Hover over any text to get the font name and CSS properties. The site lists font size, line height and colors among the details.
  • Font DNA. The listing describes a proprietary algorithm that analyzes the real font file, not only the CSS, so that results stay correct when a site uses renamed or custom web fonts.
  • Page summary. The extension also shows a summary of every font used on the page.
  • Font details. The number of styles available, the foundry and the price. The site adds the designer and the alphabets or languages a typeface supports.
  • Similar fonts. Suggestions for similar or complementary typefaces.
  • Bookmarks. Save fonts to boards inside the extension and share the boards with teammates. The site’s bookmarks page asks you to sign up for a free account to do this.
  • Font search and catalog. Search with filters such as character shapes, license type and price. The website itself is a catalog where you can discover, buy and download fonts.
  • Browsers. The site says the extension is available for free on Chrome, Safari, Firefox and Microsoft Edge, and there is a Safari extension for iPhone.
  • Version. The Chrome Web Store listing shows version 9.0.1, with its last update as September 18, 2026.

On privacy, the Chrome Web Store listing discloses that the extension handles personally identifiable information, authentication information and location, and that this data is not sold to third parties. That fits a product with user accounts. Font Inspector has no accounts, saves every inspection locally in your browser and syncs nothing to a server.

Is Fonts Ninja free?

The browser extension is. Both the Chrome Web Store listing and the official site describe it as free, and the listing shows no in-app purchases. Bookmarking needs an account, and the sign-up page describes that account as free too.

What can cost money are the fonts themselves. The catalog shows a “from” price next to many typefaces, set by their foundries. That is normal: fonts are licensed software, as we explain in font licensing explained. The listing also mentions trying fonts, but it does not say how that works or whether it costs anything, so check with the vendor.

Feature comparison

Where a cell says “not mentioned”, the vendor’s pages do not describe the feature. That is not proof it is missing.

Fonts NinjaFont Inspector
How you startHover over textToolbar button, Alt + Shift + F, or right-click and Inspect Font
How the font is identifiedFont DNA, which analyzes the font fileReports the rendered font and flags fallbacks
Every font on the pageYes, a summaryYes, ranked by share of text, with weights, sizes and fallback warnings
Foundry, designer and priceYesNo
Similar fontsYes, from its catalogFree Google Fonts look-alikes for popular paid and system fonts, computed locally
Font source (Google, Adobe, self-hosted, system)Not mentionedYes
Copy as CSS, Tailwind or SCSSNot mentionedYes
Contrast checkNot mentionedYes, WCAG
Saved fontsBookmark boards, shareable, with a free accountLocal library with collections, compare and export, no account
ExportNot mentionedJSON, CSS variables or design tokens
BrowsersChrome, Safari, Firefox, Edge, Safari on iPhoneChrome and Chromium browsers such as Edge and Brave
PriceFree extensionFree
AccountNeeded for bookmarksNone
Checked on September 20, 2026. Features change, so verify on each extension’s store listing.

When Fonts Ninja is the better choice

  • You are choosing a typeface to buy. Seeing the foundry, the number of styles and a starting price next to the name saves a round of searching. Font Inspector does not show prices or foundries.
  • The site hides the font behind an alias. Many sites name their font something like brand-sans in the CSS. Fonts Ninja says its Font DNA analysis reads the font file itself to name the real typeface. Font Inspector reports the rendered family and lists the font files a self-hosted font loads, which often reveals the name, but it does not fingerprint the file.
  • You want discovery. Similar and complementary suggestions drawn from a large commercial catalog, plus search by character shapes and license type, are a real help when you are exploring.
  • You share finds with a team. Boards you can share are built for that.
  • You use Firefox or Safari, or an iPhone. Font Inspector runs only in Chrome and Chromium browsers.

When Font Inspector is the better choice

  • You need to know what is really rendered. The panel shows the declared stack, the font actually drawn, and a flag when they differ. That is what you need to debug a font that failed to load. See CSS font stacks and fallbacks.
  • You are going to write code. Click any value to copy it, or copy the whole style as CSS, Tailwind classes or SCSS variables. Details in copy typography as CSS or Tailwind.
  • You want where the font comes from. Each family is labeled as Google Fonts, Adobe Fonts, self-hosted or a system font. For self-hosted fonts you get the list of files and a ready @font-face rule. More in Google Fonts or Adobe Fonts check.
  • You want the full type spec. Size in px, em and rem, line height as a ratio, letter spacing, variable font axes, OpenType features and a WCAG contrast check in the same panel.
  • You would rather not create an account. The library works from the first click and stays in your browser. You can compare up to four fonts side by side and export as JSON, CSS variables or design tokens.
  • You want a free alternative, not a price. For popular paid and system fonts, Font Inspector suggests free Google Fonts look-alikes. They are similar, not identical.
Font Inspector panel showing the font family, the rendered font, the fallback stack, weight, size, line height and a Copy as CSS button
The panel separates the declared family from the font the browser is actually drawing.

From a font on a page to CSS in your editor.

Font Inspector shows the rendered font, its source and the full type spec, then copies it as CSS, Tailwind or SCSS. Free, no account, nothing synced.

Add to Chrome

How to try both side by side

The two extensions can be installed together. A short test on pages you know tells you more than any table.

  1. Install both, then refresh the page you want to test.
  2. Pick one site that uses Google Fonts and one that self-hosts a commercial typeface under an internal name. Inspect the same headline with each tool.
  3. Compare the answers. Did each name the same typeface? Which one told you what you needed next: the price and foundry, or the source and the CSS?
  4. Open each tool’s page-wide view and check whether the list matches what you see on the page. Our guide on seeing all fonts on a page explains what to look for.
  5. Save a few fonts in each. Decide whether you prefer shared boards behind an account or a local library you can export.

Plenty of people keep both: one for browsing typefaces, one for building. If you want a wider field first, read the best font identifier extensions compared.

Questions & answers

Is Fonts Ninja free?

The browser extension is free according to both its Chrome Web Store listing and its official site. Bookmarking fonts needs a free account, and fonts in its catalog are sold at prices set by their foundries.

What is a good Fonts Ninja alternative?

If you mainly want technical detail and code, Font Inspector is a free alternative with rendered-font detection, a list of every font on the page, and copy as CSS, Tailwind or SCSS. It needs no account. It does not show font prices or foundries.

Does Font Inspector need an account like Fonts Ninja bookmarks do?

No. Font Inspector has no accounts. Every inspection is saved locally in your browser, and you can export the library as JSON, CSS variables or design tokens.

Which one works in Firefox or Safari?

Fonts Ninja. Its site lists Chrome, Safari, Firefox and Microsoft Edge. Font Inspector runs in Chrome and Chromium browsers such as Edge and Brave.

Related free tools: Website font checker · Font pairing playground

See it on real sites: What font does Canva use? · What font does Shopify use? · What font does Slack use? · What font does Discord use?

Sources and further reading: Fonts Ninja on the Chrome Web Store · Fonts Ninja: browser extension page · Fonts Ninja: bookmarks

You found the font. Here is how to get it (legally)

Found a font on another website? Work out which of five cases you are in and the legal way to get it: Google Fonts, Adobe Fonts, a license or a free match.

Copy any website’s typography as CSS, Tailwind or SCSS

Read a text style from any website with DevTools, clean it up, and rewrite it as portable CSS, Tailwind classes or SCSS variables. Or copy it in one click.

What font is that? How to identify the font on any website

Four reliable ways to find out what font a website uses, from a one-click extension to browser DevTools, plus what to do when the text is an image.