# LocalOn Brand Identity A complete profile of **LocalOn**'s visual system — colors, typography, components, and personality — extracted from http://localon.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/localon - Machine-readable JSON: https://characterquilt.com/branding/localon.json - Per-page llms.txt: https://characterquilt.com/branding/localon/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #2F7BBF | | Accent | #0051C3 | | Body Font | system-ui | | Heading Font | system-ui | ## Color Palette - primary: #2F7BBF - secondary: #0045A6 - accent: #0051C3 - background: #FFFFFF - textPrimary: #404040 - link: #0051C3 ## Typography - primary: system-ui — https://fonts.google.com/specimen/system-ui - heading: system-ui — https://fonts.google.com/specimen/system-ui ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## LocalOn Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **LocalOn | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/C4D1BAQFP7ezma49umA/company-background_10000/company-background_10000/0/1646267560179/localoncorp_cover?e=2147483647&v=beta&t=6GYF9-Rh5jBWRWa3TH_9yWKH2Sp8nP1QYZVptnsLmg0 - Source: https://www.linkedin.com/company/localoncorp - **Android Apps by LocalOn Corp. on Google Play** - Image: https://play-lh.googleusercontent.com/zsL0yCPvgRMouWDXJ44hC3-0E9ZKPr7VplVxApy3Z_EmTyPeVT3PhYzqIv492fYCnG0 - Source: https://play.google.com/store/apps/dev?id=6327627302048405259 - **LocalOn Corp – tech solutions for small business** - Image: https://localoncorp.com/wp-content/uploads/2022/09/localon-corp-logo-02.png - Source: https://localoncorp.com/ - **Final report for the geothermal well site restoration and plug and abandonment of wells: DOE Pleasant Bayou test site, Brazoria County, Texas - Page 47 of 146 - UNT Digital Library** - Image: https://digital.library.unt.edu/ark:/67531/metadc886680/m1/47/high_res/ - Source: https://digital.library.unt.edu/ark:/67531/metadc886680/m1/47/ - **East Bay Express Adlets | LocalOn** - Image: https://i.ytimg.com/vi/YrNHxgdUYyk/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=YrNHxgdUYyk - **Solution STYRE Locator Digital Information | OTKA** - Image: https://www.otka.co.id/web/image/2106-d47ef406/styre-locaion.png - Source: https://www.otka.co.id/solution-styre-locator-digital-information ## 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": "system-ui", "count": 21 }, { "family": "-apple-system", "count": 21 }, { "family": "BlinkMacSystemFont", "count": 21 }, { "family": "Segoe UI", "count": 21 }, { "family": "Roboto", "count": 21 }, { "family": "Helvetica Neue", "count": 21 }, { "family": "Arial", "count": 21 }, { "family": "Noto Sans", "count": 21 }, { "family": "sans-serif", "count": 21 }, { "family": "Apple Color Emoji", "count": 21 } ], "colors": { "primary": "#2F7BBF", "secondary": "#0045A6", "accent": "#0051C3", "background": "#FFFFFF", "textPrimary": "#404040", "link": "#0051C3" }, "typography": { "fontFamilies": { "primary": "system-ui", "heading": "system-ui" }, "fontStacks": { "body": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "heading": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ] }, "fontSizes": { "h1": "60px", "h2": "30px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": null, "favicon": null, "ogImage": null }, "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" } } } ```