INSPECTED ON SEPTEMBER 20, 2026

What font does Spotify use?

Spotify replaced Circular with its own typeface, Spotify Mix, in 2024. Opening spotify.com leads to the web player, so that is the page we inspected. The previous font still shows up in the fallback stack.

Short answer: Spotify uses Spotify Mix, its own custom typeface, in the web player. Interface text is set in the SpotifyMixUI cut and titles in SpotifyMixUITitle, both served from Spotify’s CDN.

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

Spotify Mix

Self-hosted96.5%
CSS name
SpotifyMixUI
Weights
400, 700
Sizes
16px · 14px · 12px
Served from
encore.scdn.co

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
HeadlineSpotify Mix (title cut)24px700normalnormal
ButtonSpotify Mix16px700normalnormal
NavigationSpotify Mix14px700normalnormal
Body textSpotify Mix14px4001.5normal
Measured at a 1440px wide window on September 20, 2026. Responsive sites use other sizes on smaller screens.

The main font stack in the CSS:

font-family: SpotifyMixUI, CircularSp-Arab, CircularSp-Hebr, CircularSp-Cyrl, CircularSp-Grek, CircularSp-Deva, "Helvetica Neue", helvetica, arial, sans-serif;
  • During our inspection the title font was still loading, and section titles were briefly drawn in Helvetica, the next available font in the stack. This is exactly the kind of fallback the rendered-font check exposes.
  • The stack lists CircularSp fonts for Arabic, Hebrew, Cyrillic, Greek and Devanagari, so scripts that Spotify Mix does not cover still use Spotify’s version of Circular.
  • The web player is an app, so sizes are small and uniform: 12 to 16px for nearly everything.

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 open.spotify.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

Spotify Mix

A custom sans serif made for Spotify with the type foundry Dinamo. It blends geometric and grotesque shapes, and comes in separate cuts for interface text, titles and monospaced text.

Can you use it? Spotify Mix is proprietary and cannot be licensed. Spotify used Circular before it, so the free alternatives to Circular get you close to the brand’s earlier look.

Free alternatives to Spotify Mix

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

/* Approximates the Spotify look with a free font */
body {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
  font-size: 1.5rem; /* 24px */
  font-weight: 700;
  line-height: normal;
}
p {
  font-size: 0.875rem; /* 14px */
  font-weight: 400;
  line-height: 1.5;
}
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 open.spotify.com in Chrome on September 20, 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.

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

Questions & answers

What font does Spotify use on its website?+

Spotify uses Spotify Mix, its own custom typeface, in the web player. Interface text is set in the SpotifyMixUI cut and titles in SpotifyMixUITitle, both served from Spotify’s CDN.

Can I use the Spotify font?+

Spotify Mix is proprietary and cannot be licensed. Spotify used Circular before it, so the free alternatives to Circular get you close to the brand’s earlier look.

What is a free font similar to Spotify Mix?+

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

How can I check what font Spotify uses myself?+

Open open.spotify.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.