abel police.json
Abel Police Brand Identity
A complete profile of Abel Police's visual system — colors, typography, components, and personality — extracted from http://abelpolice.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0000EE |
| Accent | #FF551C |
| Body Font | Helvetica |
| Heading Font | Berthold Baskerville Pro |
Color Palette
- primary: #0000EE
- accent: #FF551C
- background: #000000
- textPrimary: #000000
- link: #FF551C
Typography
- primary: Helvetica — https://fonts.google.com/specimen/Helvetica
- heading: Berthold Baskerville Pro — https://fonts.google.com/specimen/Berthold+Baskerville+Pro
Visual Assets
- Favicon:
- Social card (og:image):
Brand Personality
Tone: professional · Energy: medium · Audience: law enforcement agencies
Abel Police Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Abel | The AI Toolkit for Police
- Image:
- Source: abelpolice.com
- Abel Writer
- Image:
- Source: abelpolice.com/writer
- Abel Writer
- Image:
- Source: abelpolice.com/writer
- Abel | The AI Toolkit for Police
- Image:
- Source: abelpolice.com
- Abel Chat
- Image:
- Source: abelpolice.com/chat
- Abel | The AI Toolkit for Police
- Image:
- Source: abelpolice.com
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": "dark",
"fonts": [
{
"family": "Helvetica",
"role": "body"
},
{
"family": "Berthold Baskerville Pro",
"role": "heading"
}
],
"colors": {
"primary": "#0000EE",
"accent": "#FF551C",
"background": "#000000",
"textPrimary": "#000000",
"link": "#FF551C"
},
"typography": {
"fontFamilies": {
"primary": "Helvetica",
"heading": "Berthold Baskerville Pro"
},
"fontStacks": {
"heading": [
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Helvetica",
"sans-serif"
]
},
"fontSizes": {
"h1": "12px",
"h2": "12px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {},
"images": {
"favicon": "https://framerusercontent.com/images/oa7lLjqMHiAhQHBYP6OV7aYa7eQ.svg",
"ogImage": "https://framerusercontent.com/images/aPsYuiZNHV7Ksm9ayS7OZKEVwGk.png"
},
"__llm_logo_reasoning": {
"selectedIndex": -1,
"reasoning": "No valid brand logo was found in the header area. The candidate is located in the body and does not match typical logo placement or favicon resemblance.",
"confidence": 0.3,
"rejected": true,
"source": "llm"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "law enforcement agencies"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0.9,
"overall": 0.45
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "No valid brand logo was found in the header area. The candidate is located in the body and does not match typical logo placement or favicon resemblance.",
"confidence": 0.3
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false
}
}
}