Skip to content

Typography

Fonts, scales and styles for typograpical elements.

Overview

Typography groups together font size, weight, family and line heights.

Responsive font sizes are array values that correspond to the responsive breakpoints. The first value will be used below the smallAndUp breakpoint, the second value will be used for all other screen sizes.

Line Height

Line height is a ratio and applies to all text, including headings and body text.

TokenDefault Value
lineHeights.standard1.5

Weight

Aa
Aa
Aa
TokenDefault Value
fontWeights.normal400
fontWeights.bold700
fontWeights.semiBold600

Fonts

Nebula uses the Lato (opens in new window)  and Open Sans (opens in new window)  font families which are available as Google fonts. If these font families are not present then the fallback of Arial will be used.

Display
Body
Monospace
TokenDefault Value
fonts.display"Lato", Arial, sans-serif
fonts.body"Open Sans", Arial, sans-serif
fonts.monospaceCourier

Font Sizes

Font sizes are paired for responsive scaling. Each token has an array of corresponding values. As a general rule, the small screen size is usually one step down the scale. e.g. body on small screen is equivalent to small on screen sizes above small.

Level 1
Level 2
Level 3
Level 4
Body
Small
Level 1
Level 2
Level 3
Level 4
Body
Small

The scale is also available under fontSizes, but the recommendation is to use responsiveFontSizes to get the responsive pairings.

TokenDefault Value
responsiveFontSizes.small.01.2rem
responsiveFontSizes.small.11.4rem
responsiveFontSizes.body.01.4rem
responsiveFontSizes.body.11.6rem
responsiveFontSizes.level1.02.8rem
responsiveFontSizes.level1.13.2rem
responsiveFontSizes.level2.02.4rem
responsiveFontSizes.level2.12.8rem
responsiveFontSizes.level3.02.0rem
responsiveFontSizes.level3.12.4rem
responsiveFontSizes.level4.01.6rem
responsiveFontSizes.level4.12.0rem