eris biotech.json
Eris Biotech Brand Identity
A complete profile of Eris Biotech's visual system — colors, typography, components, and personality — extracted from http://www.erisbio.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/eris-biotech
- Machine-readable JSON: https://characterquilt.com/branding/eris-biotech.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #000000 |
| Accent | #000000 |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #000000
- accent: #000000
- background: #EAEAEE
- textPrimary: #000000
- link: #000000
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=300px, shadow=none
- buttonSecondary: background=#EAEAEE, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: biotech professionals and researchers
Eris Biotech Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Eris Biotech
- Image:
- Source: https://www.erisbio.com/
- Eris Biotech
- Image:
- Source: https://www.erisbio.com/
- Shop — Eris Biotech
- Image:
- Source: https://www.erisbio.com/shop
- Shop — Eris Biotech
- Image:
- Source: https://www.erisbio.com/shop
- Shop — Eris Biotech
- Image:
- Source: https://www.erisbio.com/shop
- Product Name — Eris Biotech
- Image:
- Source: https://www.erisbio.com/shop/p/product-6-yrdld-pcpw6-yh743
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.