MiroMiro vs WhatFont compared. WhatFont is the iconic font-identifier - hover to know what font any text uses.
WhatFont is the iconic font-identification Chrome extension - hover any text on a page and it tells you the font family, weight, size, and where the font is served from (Google Fonts, Adobe Fonts, self-hosted). It's free, lightweight, and recommended by Wired, Lifehacker, and basically every designer blog. If your only question is "what font is this?", WhatFont is purpose-built for it and there's no reason to install anything heavier.
MiroMiro answers the same question - and several others. It identifies fonts on hover, but also extracts the surrounding CSS, the brand color palette, every SVG and image on the page, the Lottie animations, and the design tokens as a tailwind.config.js block. One extension covers font identification plus the rest of the visual extraction stack.
If font identification is the only thing you need to do on a page, WhatFont is unbeatable. If 'what font is this?' is one question among several you typically ask while looking at a website, MiroMiro saves you from juggling four extensions.
Designers and developers who do font identification as part of a broader workflow - extracting CSS, color palettes, SVGs, design tokens, and code from the same site in one session.
Anyone whose only question on a page is "what font is this?" - a single-purpose, frictionless tool with no learning curve and no feature creep.
同一个任务,两款工具,并排对比。
Task
Identify a font on a webpage
WhatFont
WhatFont: hover any text → font family, weight, size, and provider appear instantly. Best-in-class for this single job.
MiroMiro
MiroMiro: hover any text → font family, weight, size, line-height, letter-spacing, and color appear. Same speed, more detail.
Task
Find the source URL for the font file
WhatFont
WhatFont: shows the provider (Google Fonts, Typekit) and a link to the font's page on the service.
MiroMiro
MiroMiro shows the @font-face source URL when available. For Google Fonts, also exports the import line for your project.
Task
Extract the full typography system of a site
WhatFont
WhatFont identifies fonts one element at a time. No full-page hierarchy or scale extraction.
MiroMiro
MiroMiro Design Tokens panel: extracts the entire typography scale (heading sizes, body, weights) as a Tailwind theme.fontSize block.
Task
Extract the brand color palette alongside the typography
WhatFont
WhatFont does not extract colors. Use ColorZilla or CSS Peeper.
MiroMiro
MiroMiro: full-page color palette in HEX, RGB, HSL, OKLCH - same extension as the font identifier.
Task
Download SVG icons from the same page
WhatFont
WhatFont does not extract assets. Use SVG Gobbler or another extractor.
MiroMiro
MiroMiro Assets panel: every SVG, image, video, and Lottie listed → bulk download.
Task
Copy the typography system into a Tailwind config
WhatFont
WhatFont gives you the font name. Build the Tailwind config manually.
MiroMiro
MiroMiro Design Tokens: outputs theme.fontFamily / theme.fontSize / theme.fontWeight ready to paste into tailwind.config.js.
| 功能 | MiroMiro | WhatFont |
|---|---|---|
| CSS Property Inspection | ||
| One-Click CSS Copy | ||
| Bulk Asset Download | ||
| SVG Extraction | ||
| Lottie Animation Extraction | ||
| Color Palette Extraction | ||
| WCAG Contrast Checking | ||
| Design Token Export | ||
| Section Export to Code | ||
| No Technical Knowledge Required |
具体场景--挑出最符合你工作的那一个。
If you just need to know what font a website uses - and that's it - WhatFont is the most frictionless tool. No install bloat, no feature creep, no upsells.
If you need the full typography system (font, weights, sizes, scale) plus the colors, plus the SVGs, plus the design tokens - MiroMiro replaces four single-purpose extensions with one.
Both are free. Some designers keep WhatFont for the muscle-memory hover-and-identify workflow, and use MiroMiro when they need the broader extraction. They don't overlap heavily enough to compete.
WhatFont: free forever - single-purpose, lightweight, no paid tier ever. MiroMiro: free for unlimited CSS inspection, color picking, contrast checking, font identification, and small-volume asset downloads. Pro is €6/month or a one-time lifetime payment that adds bulk asset export, unlimited section-to-code, design token export (including the full typography system), and Lottie extraction. MiroMiro is not trying to displace WhatFont for users who only need font identification - both are free at that level. Pro is for users who also need to extract the typography system as a Tailwind config and copy entire sections of code.
WhatFont is the right tool when font identification is the entire question. It's frictionless, free, lightweight, and trusted by designers for over a decade. MiroMiro is the right tool when 'what font is this?' is one of several questions you ask on a page - alongside 'what's the color palette?', 'how is this hero structured in code?', or 'what design tokens does this site use?'. Choose WhatFont if font identification is 90% of what you need. Choose MiroMiro if you typically also extract colors, assets, design tokens, or sections of code from the same site. Both are free at the basic level - no real reason not to keep both installed.
For pure font identification, WhatFont is still the best - frictionless, lightweight, free, and trusted by designers for over a decade. For font identification combined with CSS extraction, color palette, design tokens, and asset downloads, MiroMiro covers the same job plus the rest of the visual extraction stack in one extension.
Both tools do this with one hover. With WhatFont: install, click the toolbar icon, hover any text → font name, weight, size, and provider appear. With MiroMiro: install, click any element → font family, weight, size, line-height, letter-spacing, and color appear in the inspector panel. Same speed; MiroMiro shows more detail.
No - WhatFont identifies fonts but does not download font files. To download the actual font, you'd use DevTools' Network tab to find the .woff/.woff2/.ttf URL, then save it. MiroMiro shows the @font-face source URL directly so you can download without DevTools, plus provides Google Fonts import lines for self-served projects.
No - WhatFont identifies one font at a time on hover. It does not extract a full typography scale (H1, H2, body, caption sizes). MiroMiro Design Tokens does: outputs the complete typography hierarchy as a Tailwind theme.fontSize block ready to paste.
Both - they're free and they don't overlap heavily. WhatFont is the muscle-memory tool for quick 'what font is this?' lookups. MiroMiro is the tool when you also want CSS, colors, assets, design tokens, or code from the same page. Most designers benefit from having both installed.
Yes. MiroMiro identifies the font family and where it's served from - Google Fonts, Adobe Fonts (Typekit), self-hosted, or system fonts. For Google Fonts specifically, it can also generate the import line for your project.
Inspect any element, see its CSS values, and edit them live on the page - colors, fonts, spacing, shadows, anything. Watch the website update in real time, then copy your changed values straight out as production-ready code.
Download images, videos, SVGs, and all visual assets from any website. Bulk image downloader and asset extraction tool built into one Chrome extension.
Extract SVG icons and graphics from any website. Download scalable vector graphics ready for Figma, Illustrator, or your codebase. A powerful SVG Gobbler alternative.
Extract Lottie animations from any website. Download Lottie JSON files ready for lottie-web, lottie-react, or any Lottie player on web and mobile.
Extract complete color palettes from any website. Get brand colors with HEX, RGB, and HSL values - a better alternative to Site Palette and Coolors for real-world extraction.
Check color contrast ratios for WCAG 2.1 accessibility compliance. Test AA and AAA levels for foreground and background color combinations directly on live websites.
Inspect any website element and export it as clean Tailwind CSS code. Select hero blocks, navbars, cards, or any section and get production-ready Tailwind output. A real website to Tailwind converter.
Extract design tokens from any website in one click - colors, typography, spacing, shadows, radii. Export as CSS variables, a tailwind.config.js block, or Figma variables. The fastest design token extractor for designers and AI coding tools.