Login

Typography

Introduction

Last updated: 22 January 2026, 14:44 by Xavier Bougouin

Typography refers to the application of text styles to create clear hierarchies, organise information, and guide users through a product.

Principles

Nordea Sans font examples

Nordea Sans Overview

Nordea Sans was created by Letters from Sweden under the guidance of Bold Scandinavia. It’s a modern sans-serif typeface with distinctive characteristics, designed for clarity and impact.
The typeface is divided into two subfamilies:

  • Text – optimised for readability in body copy.
  • Display – designed for headlines and larger sizes.

Nordea Sans is available in two formats:

  • Nordea Sans Web – for digital use (websites, presentations such as PowerPoint or Keynote).
  • Nordea Sans – for print materials.

Text Typeface: Nordea Sans Small

Nordea Sans Small is designed for legibility in long passages and performs well at smaller point sizes.
Use it for text displayed at 22px or smaller.

Display Typeface: Nordea Sans Large

Nordea Sans Large is a display typeface intended for headlines and large text sizes. Its accentuated curves and details give it a distinctive personality.

Use it for text 22px and above, optimised for web.

Text maximum width

  • According to WCAG Success Criterion 1.4.8 Visual Presentation (Level AAA), lines of text should not exceed 80 characters. To be cautious, we will use 70 characters as the maximum width for text length.
  • Implementation: Use CSS with relative units like ch (e.g., max-width: 70ch;). The line length should be relative to the character size.
  • In CSS ‘ch’ is a unit of width measurement. The ‘ch’ unit in CSS is used to size elements based on the width of the “0” (zero) character of the font being used.
  • Use a max-width of 700px (70ch) for 16px text and above
  • Use a max-width of 630px (70ch) for 14px text

Clear Structure

  • Align text left or centre, as most users read left to right.
  • Keep sentences short and paragraphs concise.
  • Set line height to at least 1.5× the font size, following Nordea Design System values.
  • Apply clear writing techniques for logical structure and readability.
  • Limit text block width to around 70 characters for optimal legibility.

Accessibility

  • Ensure sufficient contrast between text and background.
  • Use short sentences and avoid overly long paragraphs.
  • Avoid using bold weights for small text sizes to maintain clarity.

Styles

Nordea Sans Small Regular

MobileWebFont SizeLine Height
NCCFont.MediumRegularfont-medium, regular14px/0.875rem20px/1.25rem
NCCFont.LargeRegularfont-large, regular16px/1rem24px/1.5rem
NCCFont.xLargeRegularfont-xlarge, regular18px/1.125rem26px/1.625rem

 

Textual Link

MobileWebFont SizeLine Height
NCCFont.MediumRegularfont-medium, regular14px/0.875rem20px/1.25rem
NCCFont.LargeRegularfont-large, regular16px/1rem24px/1.5rem

 

Nordea Sans Small Medium

MobileWebFont SizeLine Height
NCCFont.MediumRegularfont-medium, regular14px/0.875rem20px/1.25rem
NCCFont.LargeRegularfont-large, regular16px/1rem24px/1.5rem
NCCFont.xLargeRegularfont-xlarge, regular18px/1.125rem26px/1.625rem

 

Nordea Sans Small Bold

MobileWebFont SizeLine Height
NCCFont.LargeBoldfont-large, bold16px/1rem24px/1.5rem
NCCFont.xLargeBoldfont-xlarge, bold18px/1.125rem26px/1.625rem

 

Nordea Sans Large Bold

MobileWebFont SizeLine Height
NCCFont.xxLargeBoldfont-xxlarge, bold22px/1.375rem30px/1.875rem
NCCFont.xxxLargeBoldfont-xxxlarge, bold26px/1.75rem32px/2rem
NCCFont.xxxxLargeBoldfont-xxxxlarge, bold30px/1.875rem36px/2.25rem
NCCFont.xxxxxLargeBoldfont-xxxxxlarge, bold36px/2.25rem44px/2.75rem

Guidelines to Follow

Apply typography principles effectively by following these guidelines:

Sources

  1. Nielsen Norman Group: Legibility, Readability, and Comprehension: Making Users Read Your Words
  2. Web Content Accessibility Guidelines (WCAG) 2.1: Success Criterion 1.4.12 Text Spacing
  3. Web Content Accessibility Guidelines (WCAG) 2.1: Success Criterion 1.4.3 Contrast (Minimum)