UNI is still under development — Please check back at the end of March
Skip to content

Typography

Font stack

Role Family Weight
Headings Fraunces, Georgia, serif 500
Body Source Sans 3, system-ui, sans-serif 400–600
Code JetBrains Mono, monospace 400–500

Heading scale

Heading 1

Heading 2

Heading 3

Heading 4

h1 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

h4 {
  font-size: 1rem;
  font-weight: 600;
}

Body text

Regular paragraph text uses --text-secondary by default.

Small text for metadata uses --text-tertiary.

Inline elements

Inline code uses JetBrains Mono at 0.9em.

Keyboard shortcuts: Ctrl + S