fleetline.json
Fleetline Brand Identity
A complete profile of Fleetline's visual system — colors, typography, components, and personality — extracted from https://fleetline.ai. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/fleetline
- Machine-readable JSON: https://characterquilt.com/branding/fleetline.json
- Per-page llms.txt: https://characterquilt.com/branding/fleetline/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #9CA3AF |
| Accent | #FACF85 |
| Body Font | GeistSans |
| Heading Font | GeistSans |
Color Palette
- primary: #9CA3AF
- secondary: #9DC1FB
- accent: #FACF85
- background: #FFFFFF
- textPrimary: #808080
- link: #FACF85
Typography
- primary: GeistSans — https://fonts.google.com/specimen/GeistSans
- heading: GeistSans — https://fonts.google.com/specimen/GeistSans
Visual Assets
- Favicon: https://db.fleetline.ai/storage/v1/object/public/fleetline-cdn/fleetline-logo_favicon.svg
- Social card (og:image): https://db.fleetline.ai/storage/v1/object/public/fleetline-cdn/fleetline-logo_symbol-black.svg
Brand Personality
Tone: professional · Energy: medium · Audience: unknown
Fleetline Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Fleetline
- Image:
- Source: https://www.fleetline.ai/
- Fleetline
- Image:
- Source: https://www.fleetline.ai/
- Fleetline
- Image:
- Source: https://www.fleetline.ai/
- Fleetline
- Image:
- Source: https://www.fleetline.ai/
- Fleetline
- Image:
- Source: https://www.fleetline.ai/
- Fleetline
- Image:
- Source: https://www.fleetline.ai/
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": "GeistSans",
"count": 3
},
{
"family": "GeistSans Fallback",
"count": 3
},
{
"family": "system-ui",
"count": 3
},
{
"family": "-apple-system",
"count": 3
},
{
"family": "sans-serif",
"count": 3
}
],
"colors": {
"primary": "#9CA3AF",
"secondary": "#9DC1FB",
"accent": "#FACF85",
"background": "#FFFFFF",
"textPrimary": "#808080",
"link": "#FACF85"
},
"typography": {
"fontFamilies": {
"primary": "GeistSans",
"heading": "GeistSans"
},
"fontStacks": {
"body": [
"GeistSans",
"GeistSans Fallback",
"system-ui",
"-apple-system",
"sans-serif"
],
"heading": [
"GeistSans",
"GeistSans Fallback",
"system-ui",
"-apple-system",
"sans-serif"
],
"paragraph": [
"GeistSans",
"GeistSans Fallback",
"system-ui",
"-apple-system",
"sans-serif"
]
},
"fontSizes": {
"h1": "16px",
"h2": "16px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "4px"
},
"components": {},
"images": {
"logo": null,
"favicon": "https://db.fleetline.ai/storage/v1/object/public/fleetline-cdn/fleetline-logo_favicon.svg",
"ogImage": "https://db.fleetline.ai/storage/v1/object/public/fleetline-cdn/fleetline-logo_symbol-black.svg"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "unknown"
},
"designSystem": {
"framework": "unknown",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0,
"overall": 0
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "LLM failed",
"confidence": 0
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false,
"error": "LLM call failed or returned fallback values"
}
}
}