Website Font {API}
Instantly retrieve a company's fonts from their website with our styleguide API.
Retrieve fonts used on any company website from just a domain. Perfect for branded dashboards and white-labeled templates.
What You Get
Each API call returns structured font data from the target website.
- Font families — Primary and fallback fonts with full stack
- Weights & styles — Bold, Regular, Light, and more
- Font sources — Google Fonts, Adobe, self-hosted identified
- Similar alternatives — For protected custom fonts
How It Works
- 01
Pass a domain
Like
airbnb.comor any company website - 02
We scan stylesheets
CSS files, inline styles, @font-face, and web font imports
- 03
Fonts categorized
By role: primary, secondary, fallback
- 04
JSON returned
Structured typography data ready for use
API Response
GET /v1/styleguide?domain=brand.dev{
"status": "ok",
"domain": "brand.dev",
"styleguide": {
"typography": {
"p": { "fontFamily": "Inter, sans-serif", "fontSize": "14px" },
"headings": {
"h1": { "fontFamily": "Courier New, monospace", "fontSize": "36px" },
"h2": { "fontFamily": "Inter, sans-serif", "fontSize": "24px" }
}
}
},
"code": 200
}Personalize at scale
Join 4,000+ businesses using Brand.dev to personalize their products.













