A lightweight, professional font inspector for Chromium-based browsers. Click the extension icon, then click any text on the page to reveal its font details in a premium, modern popup.
📦 Available on Edge: Microsoft Edge Add-ons
📦 Dev Mode / Test Mode: Download ZIP File
- 🎯 Precision Font Detection: Identifies the actual rendered font, even when the browser falls back to system defaults (e.g., detects "Segoe UI" instead of "Roboto" on Windows if Roboto is missing).
- 📚 All Fonts View: Browse all fonts used on a page with the "All Fonts" button — shows font contexts (Heading, Body, Nav, etc.) and weights.
- 🎨 Advanced Color Engine: Uses Canvas API to resolve any modern CSS color format (
lab,oklch,display-p3, etc.) into standard HEX/RGB. - 💎 Premium Glass UI: A beautiful, dark glassmorphism interface with tactile buttons and smooth animations.
- 📋 Multi-Format Copy: Dedicated buttons to copy colors in HEX, RGB, HSL, and CMYK.
- 🔍 Smart Inspection: Shows Weight (with name), Style, Size, Line Height, Letter Spacing, and Decoration.
- 🔒 CSP-Safe & Lightweight: Built with Shadow DOM and zero
innerHTMLusage for maximum security and performance. Zero external dependencies.
- Go to Edge/Chrome Extensions (
edge://extensionsorchrome://extensions). - Enable Developer mode.
- Click Load unpacked and select this folder.
- Pin FontSeek, then click its icon to start picking.
- Click any text to inspect. Press ESC or click the Exit pill to stop.
- Use "All Fonts" button to see all fonts on the page at once.
activeTab+scripting: Required to inject the inspection engine into the current tab only when you activate it.
- We do not collect, store, or transmit any user data. Everything runs locally in your browser.
MIT License © 2026 Wahib Irawan
- 🆕 "All Fonts" popup: View all fonts used on a page with context tags (Heading, Body, Nav, Button, etc.).
- 💎 Premium Glassmorphism UI: Redesigned popup with frosted glass effect, tactile buttons, and smooth animations.
- 🔧 CSP Compatibility: Fixed popup visibility on strict CSP sites (Shopify, Framer, etc.).
- 📍 Improved Positioning: Popup now correctly positioned within viewport on all sites.
- 🎭 Toolbar Auto-hide: Toolbar hides when All Fonts popup is open, restores on close.
- Enhanced font detection for modern sites (Shopify, Framer, Webflow).
- Multi-strategy font resolution with CSS variables and @font-face scanning.
- Change search engine to Bing.com (Microsoft Edge).
- Improved font search result.
- Accurate font resolution with OS alias handling.
- Font details: Family, Style, Weight, Size, Letter Spacing, Line Height, Color.
- Color swatch with multi-format copy.
- CSP-safe Shadow DOM UI.