g lnk.json
G LNK Brand Identity
A complete profile of G LNK's visual system — colors, typography, components, and personality — extracted from https://glnkco.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/g-lnk
- Machine-readable JSON: https://characterquilt.com/branding/g-lnk.json
- Per-page llms.txt: https://characterquilt.com/branding/g-lnk/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #2563EA |
| Accent | #2563EA |
| Body Font | Inter |
| Heading Font | Instrument Sans |
Color Palette
- primary: #2563EA
- accent: #2563EA
- background: #FFFFFF
- textPrimary: #0000EE
- link: #0000EE
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Instrument Sans — https://fonts.google.com/specimen/Instrument+Sans
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#FFFFFF, textColor=#2B2B2B, borderColor=#E6E6E6, borderRadius=16px, shadow=none
- buttonPrimary: background=#F7F7F7, textColor=#2563EA, borderColor=#F7F7F7, borderRadius=999px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#E6E6E6, borderRadius=16px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
G LNK Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- 7 IQVIA Alternatives in 2026: Ranked by Coverage, Price & Contract Flexibility
- Image:
- Source: Link
- Best HCP Data Providers 2026: Buyer's Guide
- Image:
- Source: Link
- Definitive Healthcare Alternatives 2026: When to Switch
- Image:
- Source: Link
- Best HCP Data Providers 2026: Buyer's Guide
- Image:
- Source: Link
- G LNK — Healthcare Commercial Intelligence Platform
- Image:
- Source: Link
- G LNK — Healthcare Commercial Intelligence Platform
- Image:
- Source: Link
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": "Inter",
"role": "body"
},
{
"family": "Instrument Sans",
"role": "heading"
},
{
"family": "Geist",
"role": "unknown"
}
],
"colors": {
"primary": "#2563EA",
"accent": "#2563EA",
"background": "#FFFFFF",
"textPrimary": "#0000EE",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Instrument Sans"
},
"fontStacks": {
"heading": [
"Instrument Sans",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Geist",
"sans-serif"
]
},
"fontSizes": {
"h1": "40px",
"h2": "36px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "15px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#2B2B2B",
"borderColor": "#E6E6E6",
"borderRadius": "16px",
"borderRadiusCorners": {
"topLeft": "16px",
"topRight": "16px",
"bottomRight": "16px",
"bottomLeft": "16px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#F7F7F7",
"textColor": "#2563EA",
"borderColor": "#F7F7F7",
"borderRadius": "999px",
"borderRadiusCorners": {
"topLeft": "999px",
"topRight": "999px",
"bottomRight": "999px",
"bottomLeft": "999px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderColor": "#E6E6E6",
"borderRadius": "16px",
"borderRadiusCorners": {
"topLeft": "16px",
"topRight": "16px",
"bottomRight": "16px",
"bottomLeft": "16px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://framerusercontent.com/images/94VU6h2HIco2UWMNo5PIKGX9oig.png?width=104&height=101",
"favicon": "https://framerusercontent.com/images/4YIvypyMWo4DTfowMFvkyM6FkU.png",
"ogImage": null,
"logoHref": "./"
},
"__llm_logo_reasoning": {
"selectedIndex": 1,
"reasoning": "Selected #1 because it is in the header, visible, and links to the homepage, matching the favicon and brand identity.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "All",
"reasoning": "Button #0 has a distinct background color (#F7F7F7) and uses the brand's primary color for text (#2563EA), making it stand out as a primary CTA."
},
"secondary": {
"index": 4,
"text": "Show More",
"reasoning": "Button #4 has a different background color (#FFFFFF) and a border radius that distinguishes it from the primary button, making it suitable as a secondary CTA."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "healthcare professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 1,
"selectedLogoReasoning": "Selected #1 because it is in the header, visible, and links to the homepage, matching the favicon and brand identity.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}