
Font {API}
Detect the fonts any website uses, from just a domain.
Get font families, weights, styles, sources (Google Fonts, Adobe, self-hosted), and usage context. Perfect for branded dashboards, white-labeled templates, and design tooling.
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
We analyze stylesheets and web font imports to accurately detect typography.
Pass a domain
Like airbnb.com or any company website
We scan stylesheets
CSS files, inline styles, @font-face, and web font imports
Fonts categorized
By role: primary, secondary, fallback
JSON returned
Structured typography data ready for use
API Response
Extracted typography for context.dev
GET /v1/styleguide?domain=context.dev{
"status": "ok",
"domain": "context.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
}Frequently asked questions
Common questions about the Context.dev Font API.
Am I billed for failed requests?
How does the Font API detect fonts on a website?
What font information does the API return?
Can the API identify what font a website uses?
What happens with custom or proprietary fonts?
Does the Font API work for Google Fonts and Adobe Fonts?
Is the Font API free?
Ship an agent that actually knows things.
Free tier, 10-minute integration, and the same API powering agents at Mintlify, daily.dev, and Propane. No credit card to start.













