Foundations
Typography

Typography

Fonts are important for the readability of a page and are at the very foundation of a good user experience.

Font family

The native font of the design system is Inter (opens in a new tab).

We define several sizes to build a hierarchy of font sizes. The font sizes are defined in rem units which are relative to the root font size of the page. The default root font size is defined by the browser and is usually 16px. This means that 1rem is usually equal to 16px.

Font sizes


heading12rem / 32px - Letter spacing: 0em
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

Use it for the main title of a page.


heading21.5rem / 24px - Letter spacing: 0.075em
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

Use it for a secondary title, typically in a drawer or in a modal.


heading31.25rem / 20px - Letter spacing: 0.075em
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

Use it if you need to structure the content even more. It can be used for the name of sections in a page. It also a good size for card titles.


large1rem / 16px - Letter spacing: 0.022em
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

Sometimes used for subtitle or section titles.


main0.875rem / 14px - Letter spacing: 0.018em
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

This is the main font size used for the regular content of a page.


small0.75rem / 12px - Letter spacing: 0.033em
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

This is a good size for error messages in a form.


caption0.625rem / 10px - Letter spacing: 0.06em
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

Caption size can be used for labels in specific cases where there is not a lot of space. It's also a good size for chip text.

Colors

The main color for the font size is [calculating...].

Some of the text can use other colors. Typically:

  • Labels are [calculating...]
  • Active tabs are [calculating...]
  • Some secondary titles are [calculating...]

Line length

The line length is the number of characters per line. It's important to keep a good line length to ensure a good readability of the text.

Using the regular font size (14px), it's recommended to not have line larger than 1000px.