INSPECTED ON SEPTEMBER 21, 2026

What font does Monzo use?

Monzo’s bright brand is backed by a custom type family with two cuts. Headlines are extra bold, and body text is a roomy 20px.

Short answer: Monzo uses its own typeface, Monzo Sans, in a Display cut for headlines and a Text cut for body and interface text. Both are self-hosted on monzo.com.

FONTS ON MONZO.COMShare of visible text · 1440px wide viewport

Monzo Sans Text

Self-hosted88%
CSS name
MonzoSansText
Weights
400, 600, 700
Sizes
32px · 24px · 20px · 16px · 12.8px
Served from
monzo.com

Monzo Sans Display

Self-hosted12%
CSS name
MonzoSansDisplay
Weights
600, 700, 800
Sizes
48.8px · 44px · 39.1px · 31.2px · 25px · 20px
Served from
monzo.com

Sizes, weights and spacing by role

These are computed values from the live page, which is what the Font Inspector panel shows when you click each element.

RoleFontSizeWeightLine heightLetter spacing
HeadlineMonzo Sans Display48.8px8001.2normal
SubheadingMonzo Sans Display31.2px7001.2normal
Body textMonzo Sans Text20px4001.4normal
NavigationMonzo Sans Text16px4001.4normal
Measured at a 1440px wide window on September 21, 2026. Responsive sites use other sizes on smaller screens.

The main font stack in the CSS:

font-family: MonzoSansText, sans-serif;
  • The sizes follow a modular scale with a ratio of 1.25: 20, 25, 31.2, 39.1 and 48.8px.
  • No letter spacing is adjusted anywhere on the page.
  • The only fallback is the generic sans-serif.

Check any site yourself in one click.

Sites change their type without notice. Font Inspector shows the rendered font, size, weight and spacing of any text on monzo.com or anywhere else, and lists every font on the page. Free, no account.

Add to Chrome

About the fonts, and whether you can use them

Monzo Sans Text

The text cut of Monzo’s custom sans serif, used for paragraphs, navigation and buttons.

Can you use it? Monzo Sans is proprietary. Figtree and DM Sans are free sans serifs with a similar friendly, modern tone.

On Google Fonts: Figtree, DM Sans.

Monzo Sans Display

The display cut, used in bold and extra bold for headlines.

Can you use it? Also proprietary. Outfit and Plus Jakarta Sans have heavy weights that suit the same kind of headline.

On Google Fonts: Outfit, Plus Jakarta Sans.

Finding a font does not license it. More in how to get a font you found, legally.

Get a similar look with a free font

This starter uses Figtree, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of Monzo’s brand typeface.

/* Approximates the Monzo look with a free font */
body {
  font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
  font-size: 3.05rem; /* 48.8px */
  font-weight: 800;
  line-height: 1.2;
}
p {
  font-size: 1.25rem; /* 20px */
  font-weight: 400;
  line-height: 1.4;
}
Try the pairing in the font pairing playground, or build the rest of the scale with the type scale calculator.

How we checked

We opened monzo.com in Chrome on September 21, 2026 and read the computed styles of its visible text: the declared font stack, the font actually rendered, and how much of the page’s text each family sets. That is the same data the Font Inspector extension shows under Fonts on this page. We re-check these pages periodically, and the date above shows the last inspection.

Monzo and its typefaces are trademarks of their respective owners. Font Inspector is not affiliated with Monzo.

Questions & answers

What font does Monzo use on its website?

Monzo uses its own typeface, Monzo Sans, in a Display cut for headlines and a Text cut for body and interface text. Both are self-hosted on monzo.com.

Can I use the Monzo font?

Monzo Sans is proprietary. Figtree and DM Sans are free sans serifs with a similar friendly, modern tone.

What is a free font similar to Monzo Sans Text?

Figtree and DM Sans are free on Google Fonts and give a similar feel. No free font is an exact match, so compare it with your own text first.

How can I check what font Monzo uses myself?

Open monzo.com, then click any text with the Font Inspector extension, or right-click, choose Inspect and look at Rendered Fonts in the Computed tab. Sites change their typography, so checking the live page is the only way to be sure.