jovian.json
Jovian Brand Identity
A complete profile of Jovian's visual system — colors, typography, components, and personality — extracted from https://www.jovian.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/jovian
- Machine-readable JSON: https://characterquilt.com/branding/jovian.json
- Per-page llms.txt: https://characterquilt.com/branding/jovian/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FBD6D5 |
| Accent | #216EFF |
| Body Font | Roboto |
| Heading Font | Roboto |
Color Palette
- primary: #FBD6D5
- secondary: #FFB9B3
- accent: #216EFF
- background: #FFFFFF
- textPrimary: #216EFF
- link: #216EFF
Typography
- primary: Roboto — https://fonts.google.com/specimen/Roboto
- heading: Roboto — https://fonts.google.com/specimen/Roboto
Visual Assets
- Logo: https://jovian.com/jovian_logo.svg
- Favicon: https://jovian.com/jovian_favicon.png
- Social card (og:image): https://i.imgur.com/bj1Yrev.png
Brand Personality
Tone: modern · Energy: medium · Audience: beginners in tech and education
Jovian Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Django: Restricting Pages and creating a registration form | by Alifia Ghantiwala | Medium
- Scraping Data Using Beautiful Soup and Python | by Himani Gulati | Medium
- EDA of India's Weather And Its Impact On Renewable Energy | Medium
- Daily Newsletter — 16th December 2020 | by Hemanth Janesh | Jovian
- Intro to Computer Vision with PyTorch's TorchVision | by Aditya Chakraborty | Medium
- Daily Newsletter — 6th January 2021 | by Hemanth Janesh | Jovian
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.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.