# Mino Games Brand Identity A complete profile of **Mino Games**'s visual system — colors, typography, components, and personality — extracted from http://minomonsters.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/mino-games - Machine-readable JSON: https://characterquilt.com/branding/mino-games.json - Per-page llms.txt: https://characterquilt.com/branding/mino-games/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #000000 | | Body Font | Segoe UI | | Heading Font | Segoe UI | ## Color Palette - primary: #0000EE - accent: #000000 - background: #FFFFFF - textPrimary: #000000 - link: #00A0D2 ## Typography - primary: Segoe UI — https://fonts.google.com/specimen/Segoe+UI - heading: Segoe UI — https://fonts.google.com/specimen/Segoe+UI ## Visual Assets - Favicon: data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 24 24' width='28' height='28' %3e%3cpath d='M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z'%3e%3c/path%3e%3c/svg%3e ## UI Components - buttonPrimary: background=#000000, textColor=#FFFFFF, borderColor=#101010, borderRadius=3px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#101010, borderRadius=3px, shadow=none ## Brand Personality Tone: professional · Energy: low · Audience: unknown ## Mino Games Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Minogames** - Image: https://cdn.prod.website-files.com/62873dbe769e8150347a2976/6311c3ed56585b48dcb1bcf9_Open%20Graph%20Image.png - Source: https://www.minogames.com/ - **Mino Games Booth Tour & Dimensionals Game Overview | gamescom 2024 - YouTube** - Image: https://i.ytimg.com/vi/0vHb0DXnx_U/sddefault.jpg - Source: https://www.youtube.com/watch?v=0vHb0DXnx_U - **Mino Games Booth Tour & Dimensionals Game Overview | gamescom 2024** - Image: https://i.ytimg.com/vi/0vHb0DXnx_U/maxresdefault.jpg - Source: https://www.youtube.com/watch?v=0vHb0DXnx_U - **How Mino is using NFTs to promote monster game Dimensionals - GameDaily.biz | We Make Games Our Business GameDaily.biz | We Make Games Our Business** - Image: https://www.gamedaily.biz/wp-content/uploads/2023/03/dimensionals-1024x610.jpg - Source: https://www.gamedaily.biz/how-mino-is-using-nfts-to-promote-monster-game-dimensionals/ - **Mino Games raises $15M to create Dimensionals Web3 game - GamesBeat** - Image: https://gamesbeat.com/wp-content/uploads/2025/05/dimensionals.jpg - Source: https://gamesbeat.com/mino-games-raises-15m-to-create-dimensionals-web3-game/ - **What REALLY Happened to Mino Monsters | Interview With Mino Games CEO** - Image: https://i.ytimg.com/vi/Al0YWz2kofs/hq720.jpg?sqp=-oaymwEhCK4FEIIDSFryq4qpAxMIARUAAAAAGAElAADIQj0AgKJD&rs=AOn4CLBLOm7sKy6nfSNKVNjkQiP1Hi2GaQ - Source: https://www.youtube.com/watch?v=Al0YWz2kofs ## 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": "Segoe UI", "role": "body" }, { "family": "Roboto", "role": "body" }, { "family": "Oxygen-Sans", "role": "body" }, { "family": "Ubuntu", "role": "body" }, { "family": "Cantarell", "role": "body" } ], "colors": { "primary": "#0000EE", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#00A0D2" }, "typography": { "fontFamilies": { "primary": "Segoe UI", "heading": "Segoe UI" }, "fontStacks": { "heading": [ "Recoleta", "Georgia", "Times New Roman", "Times", "serif" ], "body": [ "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", "sans-serif" ], "paragraph": [ "Recoleta", "Georgia", "Times New Roman", "Times", "serif" ] }, "fontSizes": { "h1": "48px", "h2": "48px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "3px" }, "components": { "buttonPrimary": { "background": "#000000", "textColor": "#FFFFFF", "borderColor": "#101010", "borderRadius": "3px", "borderRadiusCorners": { "topLeft": "3px", "topRight": "3px", "bottomRight": "3px", "bottomLeft": "3px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#101010", "borderRadius": "3px", "borderRadiusCorners": { "topLeft": "3px", "topRight": "3px", "bottomRight": "3px", "bottomLeft": "3px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 24 24' width='28' height='28' %3e%3cpath d='M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z'%3e%3c/path%3e%3c/svg%3e", "ogImage": null }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Start your website", "reasoning": "Button #0 has a dark background (#000000) and is labeled as 'button-primary', indicating it is the main call-to-action. The text 'Start your website' is action-oriented, making it the primary CTA." }, "secondary": { "index": 2, "text": "Log in", "reasoning": "Button #2 has a different background color (#FFFFFF) and is labeled as 'button-secondary'. It serves a supportive role with the text 'Log in', making it a suitable secondary CTA." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "low", "targetAudience": "unknown" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```