INSPECTED ON SEPTEMBER 20, 2026

What font does Netflix use?

Netflix introduced its own typeface in 2018, replacing Gotham. A custom family gives a company one consistent voice everywhere and removes per-use licensing of someone else’s font. We inspected the logged-out landing page.

Short answer: Netflix uses Netflix Sans, a custom typeface made for the company, for all text on its website. The files are served from Netflix’s own asset domains.

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

Netflix Sans

Self-hosted100%
CSS name
Netflix Sans
Weights
400, 500, 700
Sizes
56px · 24px · 20px · 16px · 14px · 13px
Served from
assets.nflxext.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
HeadlineNetflix Sans56px7001.25normal
SubheadingNetflix Sans24px500normalnormal
ButtonNetflix Sans24px5001normal
NavigationNetflix Sans14px5001normal
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: "Netflix Sans", "Helvetica Neue", "Segoe UI", Roboto, Ubuntu, sans-serif;
  • One family sets the whole page. Hierarchy comes from size and three weights: 400, 500 and 700.
  • The page also declares regional companions such as Netflix Sans JA and a variable version of the family, loaded from a second Netflix domain.
  • The fallback stack names the system font of each platform: Helvetica Neue, Segoe UI, Roboto and Ubuntu.

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

Netflix Sans

A custom grotesque sans serif created for Netflix together with the type foundry Dalton Maag. It is clean and compact, with a cinematic feel in its capitals.

Can you use it? Netflix Sans is proprietary and is not licensed to anyone else. For a similar clean, confident look, use an open source grotesque.

On Google Fonts: Inter, Figtree.

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

/* Approximates the Netflix look with a free font */
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
  font-size: 3.5rem; /* 56px */
  font-weight: 700;
  line-height: 1.25;
}
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 netflix.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.

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

Questions & answers

What font does Netflix use on its website?+

Netflix uses Netflix Sans, a custom typeface made for the company, for all text on its website. The files are served from Netflix’s own asset domains.

Can I use the Netflix font?+

Netflix Sans is proprietary and is not licensed to anyone else. For a similar clean, confident look, use an open source grotesque.

What is a free font similar to Netflix Sans?+

Inter and Figtree 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 Netflix uses myself?+

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