antares.json
Antares Brand Identity
A complete profile of Antares's visual system — colors, typography, components, and personality — extracted from https://antaresindustries.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/antares
- Machine-readable JSON: https://characterquilt.com/branding/antares.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #E11D48 |
| Body Font | Geist |
| Heading Font | Geist |
Color Palette
- primary: #0000EE
- secondary: #40C800
- accent: #E11D48
- background: #000000
- textPrimary: #000000
- link: #E11D48
Typography
- primary: Geist — https://fonts.google.com/specimen/Geist
- heading: Geist — https://fonts.google.com/specimen/Geist
Visual Assets
- Favicon:
- Social card (og:image):
Brand Personality
Tone: modern · Energy: medium · Audience: technology professionals
Antares Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Antares
- Image:
- Source: https://antaresindustries.com/leadership-team
- Antares
- Image:
- Source: https://antaresindustries.com/updates
- Antares
- Image:
- Source: https://antaresindustries.com/leadership-team
- Antares
- Image:
- Source: https://antaresindustries.com/leadership-team
- Antares
- Image:
- Source: https://antaresindustries.com/leadership-team
- Antares
- Image:
- Source: https://antaresindustries.com/leadership-team
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": "dark",
"fonts": [
{
"family": "Geist",
"role": "body"
},
{
"family": "Geist Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#40C800",
"accent": "#E11D48",
"background": "#000000",
"textPrimary": "#000000",
"link": "#E11D48"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Geist"
},
"fontStacks": {
"heading": [
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Geist",
"monospace"
]
},
"fontSizes": {
"h1": "12px",
"h2": "80px",
"body": "15px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {},
"images": {
"favicon": "https://framerusercontent.com/images/RyjTFGoJqs94dyQT1danI7udlA.png",
"ogImage": "https://framerusercontent.com/assets/FGog662ATrkuDu572NcG6USO5w.png"
}
}