# Zenter Brand Identity A complete profile of **Zenter**'s visual system — colors, typography, components, and personality — extracted from https://googleblog.blogspot.com/2007/06/more-sharing.html. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/zenter - Machine-readable JSON: https://characterquilt.com/branding/zenter.json - Per-page llms.txt: https://characterquilt.com/branding/zenter/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #4184F3 | | Accent | #FCE8B2 | | Body Font | Roboto | | Heading Font | Roboto | ## Color Palette - primary: #4184F3 - secondary: #4C69BA - accent: #FCE8B2 - background: #FFFFFF - textPrimary: #4184F3 - link: #4184F3 ## Typography - primary: Roboto — https://fonts.google.com/specimen/Roboto - heading: Roboto — https://fonts.google.com/specimen/Roboto ## Visual Assets - Logo: https://www.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_284x96dp.png - Favicon: https://googleblog.blogspot.com/favicon.ico - Social card (og:image): https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-jADT5qE1WdSOwcwTbFTxuNTH14172OJ-8JsyXFJkyaY4B2id-mUK_ncADIQwXMH8SBnqkBd5qdw81QttmxSfieE2fX1V7kvubw5FQWeDuTemwCJxALVm_af0E6ydsysH8rVY9g/s1600/googlelogo_color_200x200.png ## UI Components - input: background=transparent, textColor=#212121, borderColor=#EEEEEE, borderRadius=0px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: general public ## Zenter Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Zenter SP Font › Fontesk** - Image: https://fontesk.com/wp-content/uploads/2025/10/zenter_sp-3.jpg - Source: https://fontesk.com/zenter-sp-font/ - **Zenter App - App Store** - Image: https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/35/41/12/3541129f-1ac0-a974-4760-5c8dec4be29c/AppIcon-0-1x_U007ephone-0-1-85-220-0.png/1200x630wa.png - Source: https://apps.apple.com/us/app/zenter/id6751966088 - **Zenter SP Font › Fontesk** - Image: https://fontesk.com/wp-content/uploads/2025/10/zenter_sp-4.jpg - Source: https://fontesk.com/zenter-sp-font/ - **P.J. PROBY Si Zenter NITTY GRITTY DIRT BAND Fredd Morgan 1967 Promo Display Ad | eBay** - Image: https://i.ebayimg.com/images/g/~gEAAOSwrQBms4qo/s-l1200.jpg - Source: https://www.ebay.com/itm/405938492901 - **Zenter - Crunchbase Company Profile & Funding** - Image: https://images.crunchbase.com/image/upload/c_pad,f_auto,q_auto:eco,dpr_1/qbibmmruxhrmxds1uzdd?ik-sanitizeSvg=true - Source: https://www.crunchbase.com/organization/zenter ## 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: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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 ```json { "colorScheme": "light", "fonts": [ { "family": "Roboto", "role": "body" } ], "colors": { "primary": "#4184F3", "secondary": "#4C69BA", "accent": "#FCE8B2", "background": "#FFFFFF", "textPrimary": "#4184F3", "link": "#4184F3" }, "typography": { "fontFamilies": { "primary": "Roboto", "heading": "Roboto" }, "fontStacks": { "heading": [ "Roboto", "sans-serif" ], "body": [ "Roboto", "sans-serif" ], "paragraph": [ "Roboto", "sans-serif" ] }, "fontSizes": { "h1": "14px", "h2": "24px", "body": "14px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "input": { "background": "transparent", "textColor": "#212121", "borderColor": "#EEEEEE", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://www.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_284x96dp.png", "favicon": "https://googleblog.blogspot.com/favicon.ico", "ogImage": "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-jADT5qE1WdSOwcwTbFTxuNTH14172OJ-8JsyXFJkyaY4B2id-mUK_ncADIQwXMH8SBnqkBd5qdw81QttmxSfieE2fX1V7kvubw5FQWeDuTemwCJxALVm_af0E6ydsysH8rVY9g/s1600/googlelogo_color_200x200.png", "logoHref": "https://googleblog.blogspot.com/" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, large, and matches the brand 'Google' with a source URL resembling the Google logo. It links to the homepage, which is a strong indicator of being the primary brand logo.", "confidence": 0.95, "source": "llm" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "general public" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, large, and matches the brand 'Google' with a source URL resembling the Google logo. It links to the homepage, which is a strong indicator of being the primary brand logo.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```