conntour.json
Conntour Brand Identity
A complete profile of Conntour's visual system — colors, typography, components, and personality — extracted from https://www.conntour.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/conntour
- Machine-readable JSON: https://characterquilt.com/branding/conntour.json
- Per-page llms.txt: https://characterquilt.com/branding/conntour/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #460707 |
| Accent | #E81616 |
| Body Font | Helvetica Now Text |
| Heading Font | Helvetica Now Display |
Color Palette
- primary: #460707
- secondary: #FF0000
- accent: #E81616
- background: #000000
- textPrimary: #000000
- link: #E81616
Typography
- primary: Helvetica Now Text — https://fonts.google.com/specimen/Helvetica+Now+Text
- heading: Helvetica Now Display — https://fonts.google.com/specimen/Helvetica+Now+Display
Visual Assets
- Logo: https://cdn.prod.website-files.com/69500347184f7fad9df81549/6950074c554883f9bb0e6ded_Logo.png
- Favicon: https://cdn.prod.website-files.com/69500347184f7fad9df81549/698c995d0712bfd0aa30695a_a1145ce9-1e75-498f-98a6-880bf647fdca.png
UI Components
- buttonPrimary: background=#460707, textColor=#FFFFFF, borderRadius=0px, shadow=none
- buttonSecondary: background=#0D0D0D, textColor=#FFFFFF, borderRadius=0px, shadow=none
Brand Personality
Tone: bold · Energy: high · Audience: tech-savvy professionals
Conntour Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Enterprise
- Next-Gen Video Intelligence Platform | Conntour
- Next-Gen Video Intelligence Platform | Conntour
- Blog
- Blog
- About
Working with these fonts
Not found on Google 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": "Helvetica Now Text",
"role": "body"
},
{
"family": "Helvetica Now Display",
"role": "heading"
}
],
"colors": {
"primary": "#460707",
"secondary": "#FF0000",
"accent": "#E81616",
"background": "#000000",
"textPrimary": "#000000",
"link": "#E81616"
},
"typography": {
"fontFamilies": {
"primary": "Helvetica Now Text",
"heading": "Helvetica Now Display"
},
"fontStacks": {
"heading": [
"Helvetica Now Display",
"Arial",
"sans-serif"
],
"body": [
"Helvetica Now Text",
"Arial",
"sans-serif"
],
"paragraph": [
"Helvetica Now Text",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "80px",
"h2": "24px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#460707",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#0D0D0D",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/69500347184f7fad9df81549/6950074c554883f9bb0e6ded_Logo.png",
"favicon": "https://cdn.prod.website-files.com/69500347184f7fad9df81549/698c995d0712bfd0aa30695a_a1145ce9-1e75-498f-98a6-880bf647fdca.png",
"ogImage": null
},
"personality": {
"tone": "bold",
"energy": "high",
"targetAudience": "tech-savvy professionals"
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
}
}