llms.txt
Jovian Brand Identity
A complete profile of Jovian's visual system — colors, typography, components, and personality.
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:
- Favicon:
- Social card (og:image):
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
Source: Link
Scraping Data Using Beautiful Soup and Python | by Himani Gulati | Medium
Source: Link
EDA of India's Weather And Its Impact On Renewable Energy | Medium
Source: Link
Daily Newsletter — 16th December 2020 | by Hemanth Janesh | Jovian
Source: Link
Intro to Computer Vision with PyTorch's TorchVision | by Aditya Chakraborty | Medium
Source: Link
Daily Newsletter — 6th January 2021 | by Hemanth Janesh | Jovian
Source: Link
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- 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 and copy out the matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Roboto",
"role": "body"
},
{
"family": "Inter",
"role": "unknown"
},
{
"family": "Times New Roman",
"role": "unknown"
}
],
"colors": {
"primary": "#FBD6D5",
"secondary": "#FFB9B3",
"accent": "#216EFF",
"background": "#FFFFFF",
"textPrimary": "#216EFF",
"link": "#216EFF"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Roboto"
},
"fontStacks": {
"heading": [
"Inter",
"-apple-system",
"system-ui",
"Segoe UI",
"Roboto",
"Oxygen",
"Ubuntu",
"Cantarell",
"Fira Sans",
"Droid Sans",
"Helvetica Neue",
"sans-serif"
],
"body": [
"Times New Roman"
],
"paragraph": [
"Times New Roman"
]
},
"fontSizes": {
"h1": "36px",
"h2": "36px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {},
"images": {
"logo": "https://jovian.com/jovian_logo.svg",
"favicon": "https://jovian.com/jovian_favicon.png",
"ogImage": "https://i.imgur.com/bj1Yrev.png",
"logoHref": "/",
"logoAlt": "Jovian"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "beginners in tech and education"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
}
}