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.

Quick Facts

Field Value
Primary #0000EE
Accent #0000EE
Body Font IBM Plex Sans
Heading Font Barlow

Color Palette

Typography

Visual Assets

Brand Personality

Tone: professional · Energy: medium · Audience: space industry professionals

Apolink Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

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:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extensions: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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
  }
}