intact therapeutics.json
Intact Therapeutics Brand Identity
A complete profile of Intact Therapeutics's visual system — colors, typography, components, and personality — extracted from http://www.intacttherapeutics.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/intact-therapeutics
- Machine-readable JSON: https://characterquilt.com/branding/intact-therapeutics.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #CC1818 |
| Accent | #2EA3F2 |
| Body Font | Open Sans |
| Heading Font | Open Sans |
Color Palette
- primary: #CC1818
- secondary: #00A4A6
- accent: #2EA3F2
- background: #FFFFFF
- textPrimary: #2EA3F2
- link: #2EA3F2
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: Open Sans — https://fonts.google.com/specimen/Open+Sans
Visual Assets
- Logo: https://intacttherapeutics.com/wp-content/uploads/2018/03/logo-2018-intact-micelles-all-caps.png
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
Intact Therapeutics Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Uncategorized | Intact Therapeutics
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Intact Therapeutics | Next-generation localized drug delivery technologies
- Intact Therapeutics | Next-generation localized drug delivery technologies
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Open Sans",
"role": "body"
}
],
"colors": {
"primary": "#CC1818",
"secondary": "#00A4A6",
"accent": "#2EA3F2",
"background": "#FFFFFF",
"textPrimary": "#2EA3F2",
"link": "#2EA3F2"
},
"typography": {
"fontFamilies": {
"primary": "Open Sans",
"heading": "Open Sans"
},
"fontStacks": {
"heading": [
"Open Sans",
"Arial",
"sans-serif"
],
"body": [
"Open Sans",
"Arial",
"sans-serif"
],
"paragraph": [
"Open Sans",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "14px",
"h2": "14px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {},
"images": {
"logo": "https://intacttherapeutics.com/wp-content/uploads/2018/03/logo-2018-intact-micelles-all-caps.png",
"favicon": null,
"ogImage": null,
"logoHref": "https://intacttherapeutics.com/",
"logoAlt": "Intact Therapeutics"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Intact Therapeutics'.",
"confidence": 0.95,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "healthcare professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Intact Therapeutics'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}