# Medium Biosciences Brand Identity A complete profile of **Medium Biosciences**'s visual system — colors, typography, components, and personality — extracted from http://medium.bio. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/medium-biosciences - Machine-readable JSON: https://characterquilt.com/branding/medium-biosciences.json - Per-page llms.txt: https://characterquilt.com/branding/medium-biosciences/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #FFFFFF | | Accent | #FFFFFF | | Body Font | Times New Roman | | Heading Font | Times New Roman | ## Color Palette - primary: #FFFFFF - accent: #FFFFFF - background: #000000 - textPrimary: #000000 - link: #FFFFFF ## Typography - primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman - heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Medium Biosciences Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Openfoundry** - Image: https://assets.softr-files.com/applications/a5d5aaa7-f6b0-4598-b411-c92c4466b708/assets/d03f323a-eb1f-4f73-85ef-09cfefa0f1a0.png - Source: https://openfoundry.medium.bio/ - **Adil Yusuf - Co-founder & CTO at Medium Biosciences | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E03AQGv0O5U3x72sg/profile-displayphoto-scale_200_200/B4EZemHjYgHIAY-/0/1750838687872?e=2147483647&v=beta&t=SEhLXy1uXBiyP5QRpWVEx4t1_3cBVUxCUqn9GebkWFk - Source: https://www.linkedin.com/in/adil-yusuf - **Adil Yusuf - Co-founder & CTO at Medium Biosciences | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D5605AQHMJTyX_4z8Cw/videocover-low/B56ZyXxA2AIgBU-/0/1772072735571?e=2147483647&v=beta&t=YQ95UFZQbpCG_gPu3BKSDBbvdXVOijy1SruGkHKvliA - Source: https://www.linkedin.com/in/adil-yusuf - **Medium Biosciences | LinkedIn** - Image: https://media.licdn.com/dms/image/sync/v2/D5627AQH3q3SzPie_MQ/articleshare-shrink_800/B56ZwH_JhjJwAI-/0/1769660521457?e=2147483647&v=beta&t=QaU0pFFsCk86PlUmuisE_OTk0-QVMaEUculoprcl9jE - Source: https://www.linkedin.com/company/medium-biosciences - **Mohamed Hassan Kane - Medium Biosciences | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D5622AQF0_5nXI6MpDg/feedshare-shrink_1280/B56Z0w5u9NHwAQ-/0/1774641934377?e=2147483647&v=beta&t=CXI5jpCA3Uiatm1Ya1f5_1rNojHH_41c-MCZfmPZsCY - Source: https://www.linkedin.com/in/mohamed-hassan-kane-4b50328a - **Mohamed Hassan Kane - Medium Biosciences | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E22AQEMXGfc4LTKog/feedshare-shrink_800/B4EZ1o1i09HcAc-/0/1775580360297?e=2147483647&v=beta&t=-UFqmAmye7h0ac39HizzXRmnmjLxOIsrxGA8PVfyFR0 - Source: https://www.linkedin.com/in/mohamed-hassan-kane-4b50328a ## 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": "Courier New", "count": 5 }, { "family": "Courier", "count": 5 }, { "family": "monospace", "count": 5 }, { "family": "Times New Roman", "count": 2 } ], "colors": { "primary": "#FFFFFF", "accent": "#FFFFFF", "background": "#000000", "textPrimary": "#000000", "link": "#FFFFFF" }, "typography": { "fontFamilies": { "primary": "Times New Roman", "heading": "Times New Roman" }, "fontStacks": { "body": [ "Times New Roman" ], "heading": [ "Times New Roman" ], "paragraph": [ "Courier New", "Courier", "monospace" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "19.2px" } }, "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" } } } ```