A powerful Chrome extension that extracts typography and text styles from any website and generates a complete, designer-friendly style guide.
- 🔍 Analyze fonts used on any webpage
- 🧠 Detect:
- Font families
- Font sizes
- Font weights
- Colors
- Line heights & spacing
- 🎨 Generate a visual typography style guide
- 📊 Create structured typography hierarchy
- 💾 Export data as JSON
- 🧩 Helps designers & developers reverse-engineer design systems
- Open any website
- Click the extension
- Choose:
- Analyze Page Fonts
- Generate Style Guide
- Export Data
The extension scans DOM elements and extracts computed styles to build a structured typography system.
- Clone this repository:
git clone https://github.com/your-username/font-style-guide-generator.git- Open Chrome and go to:
chrome://extensions/
-
Enable Developer Mode
-
Click Load unpacked
-
Select the project folder
├── manifest.json
├── content.js
├── popup.html
├── popup.js
This extension uses:
activeTab→ To access current webpagescripting→ To inject analysis scriptsstorage→ To store font data temporarily<all_urls>→ Required to analyze any website
👉 No personal data is collected or sent externally.
- This extension does NOT collect or store personal user data
- All analysis happens locally in your browser
- No external APIs are used
- UI/UX Designers
- Frontend Developers
- Design System Audits
- Reverse engineering competitor UI
- Typography research
- Export to Figma tokens
- Direct Figma integration
- Design system suggestions
- Accessibility checks (contrast, readability)
Name: Bitta Singha
- Linkedin: www.linkedin.com/in/bitta-singha-97a22a1b6
- Instagram: @bitta.ux
Feel free to fork and improve this project.
This project is licensed under the MIT License.