apolink.json
Apolink Brand Identity
A complete profile of Apolink's visual system — colors, typography, components, and personality — extracted from https://apolink.space. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/apolink
- Machine-readable JSON: https://characterquilt.com/branding/apolink.json
- Per-page llms.txt: https://characterquilt.com/branding/apolink/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #0000EE |
| Body Font | IBM Plex Sans |
| Heading Font | Barlow |
Color Palette
- primary: #0000EE
- accent: #0000EE
- background: #000000
- textPrimary: #000000
- link: #0000EE
Typography
- primary: IBM Plex Sans — https://fonts.google.com/specimen/IBM+Plex+Sans
- heading: Barlow — https://fonts.google.com/specimen/Barlow
Visual Assets
- Favicon:
Brand Personality
Tone: professional · Energy: medium · Audience: space industry professionals
Apolink Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Newsroom
- Image:
- Source: Newsroom
- Newsroom
- Image:
- Source: Newsroom
- Newsroom
- Image:
- Source: Newsroom
- Newsroom
- Image:
- Source: Newsroom
- Careers
- Image:
- Source: Careers
- Apolink | Connecting Space to Ground
- Image:
- Source: Apolink
Working with these fonts
Not found on Google Fonts? Here are some instructions you can follow if you have permission to use the fonts.
CharacterQuilt.com suggests this flow:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extensions: 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.
Only do this if you have permission to use the brand assets — many proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "dark",
"fonts": [
{
"family": "Barlow",
"role": "heading"
},
{
"family": "IBM Plex Sans",
"role": "body"
}
],
"colors": {
"primary": "#0000EE",
"accent": "#0000EE",
"background": "#000000",
"textPrimary": "#000000",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "IBM Plex Sans",
"heading": "Barlow"
},
"fontStacks": {
"heading": [
"Barlow"
],
"body": [
"sans-serif"
],
"paragraph": [
"Barlow",
"sans-serif"
]
},
"fontSizes": {
"h1": "88px",
"h2": "18px",
"body": "15px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {},
"images": {
"favicon": "https://framerusercontent.com/images/DrgAtU6yjfgQkLJg7Dha3EgEeM.png",
"ogImage": null
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "space industry professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
}
}