INSPECTED ON SEPTEMBER 21, 2026

What font does Revolut use?

Revolut pairs a commercial display grotesque with a free text font. The large type scales with the window, so the headline measured a fractional 87.6px.

Short answer: Revolut uses Aeonik Pro for headlines and navigation and Inter for body and small text.

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

Inter

Self-hosted78.4%
CSS name
Inter
Weights
400, 600, 700
Sizes
16px · 14px · 12px

Aeonik Pro

Self-hosted21.6%
CSS name
Aeonik Pro
Weights
400, 500
Sizes
87.6px · 51.8px · 40px · 24px · 18px · 16px
Served from
assets.revolut.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
HeadlineAeonik Pro87.6px5001-0.024em
NavigationAeonik Pro16px5001.38normal
Small textInter12px4001.50.015em
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: "Aeonik Pro", sans-serif;
  • Small legal text in Inter is opened up slightly, 0.015em, to stay readable at 12px.
  • The page loads a “Capitalised” cut of Aeonik Pro Black, a version drawn for all-caps settings.
  • We were served the United Kingdom edition of the site.

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 revolut.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

Inter

The open source interface typeface by Rasmus Andersson, used for paragraphs, disclaimers and small labels.

Can you use it? Yes. Inter is free under the SIL Open Font License.

On Google Fonts: Inter.

Aeonik Pro

A neo-grotesque with geometric structure from CoType Foundry, popular with fintech and technology brands.

Can you use it? Aeonik is a commercial typeface. Hanken Grotesk and Inter are free alternatives with a similar clean structure.

On Google Fonts: Hanken Grotesk, Inter.

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 Hanken Grotesk, which is open source, with the sizes and spacing measured above. It is an approximation, not a copy of Revolut’s brand typeface.

/* Approximates the Revolut look with a free font */
body {
  font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
  font-size: 5.475rem; /* 87.6px */
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.024em;
}
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 revolut.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.

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

Questions & answers

What font does Revolut use on its website?

Revolut uses Aeonik Pro for headlines and navigation and Inter for body and small text.

Can I use the Revolut font?

Yes. Inter is free under the SIL Open Font License.

How can I check what font Revolut uses myself?

Open revolut.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.