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

Typography

Visual Assets

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.

Working with these fonts

Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:

  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 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
 }
}