# GlassMap Brand Identity A complete profile of **GlassMap**'s visual system — colors, typography, components, and personality — extracted from http://ansibletechnologies.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/glassmap - Machine-readable JSON: https://characterquilt.com/branding/glassmap.json - Per-page llms.txt: https://characterquilt.com/branding/glassmap/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #626574 | | Accent | #101C36 | | Body Font | sans-serif | | Heading Font | sans-serif | ## Color Palette - primary: #626574 - secondary: #242B42 - accent: #101C36 - background: #313131 - textPrimary: #101C36 - link: #101C36 ## Typography - primary: sans-serif — https://fonts.google.com/specimen/sans-serif - heading: sans-serif — https://fonts.google.com/specimen/sans-serif ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## GlassMap Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Groupon Acquires Glassmap - Location-Based Discovery Startup - Geoawesome** - Image: https://geoawesome.com/wp-content/uploads/2022/03/Glassmap.webp - Source: https://geoawesome.com/groupon-acquires-glassmap-location-based-discovery-startup/ - **Groupon Acquires Glassmap, a Location-Based Discovery Startup - Mike Isaac - Commerce - AllThingsD** - Image: https://allthingsd.com/files/2013/01/glassmap.png - Source: https://allthingsd.com/20130111/groupon-acquires-glassmap-a-location-based-discovery-startup/ - **opticalglass — opticalglass 1.1.1 documentation** - Image: https://opticalglass.readthedocs.io/en/stable/_images/GlassMap.png - Source: https://opticalglass.readthedocs.io/en/stable/ - **Groupon Acquires Glassmap - Location-Based Discovery Startup - Geoawesome** - Image: https://www.geoawesome.com/wp-content/uploads/2022/03/BlueTracker.jpg - Source: https://geoawesome.com/groupon-acquires-glassmap-location-based-discovery-startup/ - **User's Guide — opticalglass 0.0.post1.dev1+g3168dd996 documentation** - Image: https://opticalglass.readthedocs.io/en/latest/_images/RefractiveIndex.png - Source: https://opticalglass.readthedocs.io/en/latest/README.html - **Groupon adquiere el mapa de servicios Glassmap para mejorar su modo de distribuir ofertas** - Image: https://i.blogs.es/590e78/glassmap/600_315.jpg - Source: https://www.genbeta.com/movil/groupon-adquiere-el-mapa-de-servicios-glassmap-para-mejorar-su-modo-de-distribuir-ofertas ## 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": "dark", "fonts": [ { "family": "sans-serif", "count": 7 } ], "colors": { "primary": "#626574", "secondary": "#242B42", "accent": "#101C36", "background": "#313131", "textPrimary": "#101C36", "link": "#101C36" }, "typography": { "fontFamilies": { "primary": "sans-serif", "heading": "sans-serif" }, "fontStacks": { "body": [ "sans-serif" ], "heading": [ "sans-serif" ], "paragraph": [ "sans-serif" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "12.8px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "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" } } } ```