dots.json

Dots ๐Ÿ’ธ Brand Identity

A complete profile of Dots ๐Ÿ’ธ's visual system โ€” colors, typography, components, and personality โ€” extracted from https://usedots.com. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #F5F543
Accent #3E0D1A
Body Font AktivGrotesk
Heading Font PT Serif

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern ยท Energy: medium ยท Audience: businesses seeking automated payout solutions

Dots ๐Ÿ’ธ Brand in the Wild

Real-world brand assets โ€” ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Follow these steps if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around other sections, as 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 extract the matching @font-face declarations. Rewrite src: url(...) to point to your local file path.

Programmatic alternative: use Playwright or Puppeteer to capture response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step remains the same.

Only do this if you have permission to use the brand assets, as most proprietary fonts are licensed and may not be redistributable.