gojom.json
GoJom Brand Identity
A complete profile of GoJom's visual system — colors, typography, components, and personality — extracted from https://gojom.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/gojom
- Machine-readable JSON: https://characterquilt.com/branding/gojom.json
- Per-page llms.txt: https://characterquilt.com/branding/gojom/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #2AA527 |
| Accent | #2AA527 |
| Body Font | Noto Sans |
| Heading Font | Noto Sans |
Color Palette
- primary: #2AA527
- secondary: #4A6FA5
- accent: #2AA527
- background: #FFFFFF
- textPrimary: #000000
- link: #4E73B7
Typography
- primary: Noto Sans — https://fonts.google.com/specimen/Noto+Sans
- heading: Noto Sans — https://fonts.google.com/specimen/Noto+Sans
Visual Assets
- Logo: https://static.hugedomains.com/images/hdv3-img/hd-header-logo-v3.svg
- Social card (og:image): https://static.hugedomains.com/images/hdv3-img/og_hugedomains.png
UI Components
- input: background=#FFFFFF, textColor=#000000, borderColor=#2C4B79, borderRadius=0px, shadow=none
- buttonPrimary: background=#2AA527, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#2AA527, borderColor=#2AA527, borderRadius=2px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses looking to purchase domains
GoJom Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Gojom - The Proptech Scout
- GoJom - 2026 Company Profile, Team, Funding & Competitors - Tracxn
- gojom ya😔😔 - YouTube
- GoJom: La plataforma peruana que brinda soluciones inmobiliarias
- Promotion Video Released for Jujutsu Kaisen Double Feature | Japan Anime News powered by ORICON NEWS
- GoJom Archivos - TintaTIC
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.