Skip to content
Design System
  • Branding
  • Development
  • Prototypes
Getting started
  • Usage
  • Global styles
  • Themes
Design tokens
  • Spacing
  • Viewports
  • Colors
  • Typography
Layouts
  • Usage
  • Aspect ratio
  • Auto grid
  • Content grid
  • Flex group
  • Flow
  • Multicol
  • Pile
  • Reel
  • Region
  • Repel
  • Sidebar
  • Switcher
  • Wrapper
Components
  • Accordion
  • Avatar
  • Avatar Group
  • Book pile
  • Brand shapes
  • Button
  • Calendar Date
  • Callout
  • Card
  • Context Switcher
  • Figure
  • Forms
  • Hero
  • Icon
  • Icon link
  • Image Bento
  • Image Grid
  • List Icon
  • Marquee
  • Modal
  • More Link
  • Pagination
  • Pill
  • Promo Card
  • Prose
  • Section Divider
  • Section Heading
  • Section Illustration
  • Show More
  • Slideout
  • Submenu bar
  • Table
  • Tabs

Typography

We created a fluid typographic scale to be used across all web projects.

On this page
  1. Text sizes
  2. Leading
  3. Font weights
  4. Fonts

The typographic scale has been mapped into Tailwind, enabling text content to be styled using CSS classes. As the global CSS sets most of the default text styles, it is rarely necessary to overwrite these. Use the utility classes listed below for specific edge cases.

Text sizes

Text sizes follow a fluid scale, meaning that text scales based on the size of the viewport and follows a sizing ratio.

View full screen

Usage

Utility ClassCSS Custom Property
.text-smvar(--text-sm)
.text-basevar(--text-base)
.text-lgvar(--text-lg)
.text-xlvar(--text-xl)
.text-2xlvar(--text-2xl)
.text-3xlvar(--text-3xl)
.text-4xlvar(--text-4xl)
.text-5xlvar(--text-5xl)
.text-6xlvar(--text-6xl)
.text-7xlvar(--text-7xl)
.text-8xlvar(--text-8xl)

Leading

View full screen

Usage

Utility ClassCSS Custom Property
.leading-flatvar(--leading-flat)
.leading-finevar(--leading-fine)
.leading-standardvar(--leading-standard)
.leading-loosevar(--leading-loose)
.leading-fluidvar(--leading-fluid)

Font weights

View full screen

Usage

Utility ClassCSS Custom Property
.font-lightvar(--font-light)
.font-normalvar(--font-normal)
.font-mediumvar(--font-medium)
.font-semiboldvar(--font-semibold)
.font-boldvar(--font-bold)
.font-extraboldvar(--font-extrabold)
.font-blackvar(--font-black)

Fonts

View full screen

Usage

Utility ClassCSS Custom Property
.font-displayvar(--font-display)
.font-basevar(--font-base)
.font-serifvar(--font-serif)
.font-monovar(--font-mono)
Theme