fingo africa.json
Fingo Africa Brand Identity
A complete profile of Fingo Africa's visual system — colors, typography, components, and personality — extracted from https://fingo.africa. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/fingo-africa
- Machine-readable JSON: https://characterquilt.com/branding/fingo-africa.json
- Per-page llms.txt: https://characterquilt.com/branding/fingo-africa/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #7D39F3 |
| Accent | #D8FF00 |
| Body Font | Archivo |
| Heading Font | Archivo Condensed |
Color Palette
- primary: #7D39F3
- secondary: #0000EE
- accent: #D8FF00
- background: #F3F4FE
- textPrimary: #212121
- link: #D8FF00
Typography
- primary: Archivo — https://fonts.google.com/specimen/Archivo
- heading: Archivo Condensed — https://fonts.google.com/specimen/Archivo+Condensed
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=#D8FF00, textColor=#212121, borderRadius=8px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#0000EE, borderColor=#B18FF9, borderRadius=12px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: young, tech-savvy Africans
Fingo Africa Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Security
- Image: .jpg)
- Source: https://fingo.africa/security
- Blog: Stay Informed, Stay Ahead
- Image:
- Source: https://fingo.africa/blog
- Fingo Africa
- Blog: Stay Informed, Stay Ahead
- Image:
- Source: https://fingo.africa/blog
- Fingo Africa
- Blog: Stay Informed, Stay Ahead
- Image:
- Source: https://fingo.africa/blog
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.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Archivo Condensed",
"role": "heading"
},
{
"family": "Archivo",
"role": "body"
},
{
"family": "Greycliffcf",
"role": "display"
}
],
"colors": {
"primary": "#7D39F3",
"secondary": "#0000EE",
"accent": "#D8FF00",
"background": "#F3F4FE",
"textPrimary": "#212121",
"link": "#D8FF00"
},
"typography": {
"fontFamilies": {
"primary": "Archivo",
"heading": "Archivo Condensed"
},
"fontStacks": {
"heading": [
"Archivo Condensed",
"sans-serif"
],
"body": [
"Archivo Condensed",
"sans-serif"
],
"paragraph": [
"Archivo",
"sans-serif"
]
},
"fontSizes": {
"h1": "80px",
"h2": "32px",
"body": "26px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#D8FF00",
"textColor": "#212121",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderColor": "#B18FF9",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/63ce4a8070ce98cc346de059/63e0ffe521fa476256a6b68c_qr-fingo.png",
"favicon": "https://cdn.prod.website-files.com/63ce4a8070ce98cc346de059/6448b213f04e256b950914e5_32x32.png",
"ogImage": null
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "young, tech-savvy Africans"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}