forge automation.json

Forge Automation Brand Identity

A complete profile of Forge Automation's visual system — colors, typography, components, and personality — extracted from https://www.forgeautomation.ca. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #374151
Accent #33395A
Body Font Work Sans
Heading Font Work Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals and manufacturers

Forge Automation Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here’s a guideline on how to locate and save font files for use:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or use extensions like: woff2, woff, ttf, otf).
  3. Hard-reload the page and check different sections (pricing, blog, careers) — some font weights may load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. In the page's CSS (DevTools → Sources, or similar), extract the relevant @font-face declarations. Adjust each src: url(...) to point to your local file path.

Programmatic option: Use tools like Playwright or Puppeteer to load the URL, listening for response events indicating font files, then record these accordingly. The CSS extraction follows the same principle.