INSPECTED ON SEPTEMBER 21, 2026

What font does Uber use?

Uber Move was introduced with Uber’s 2018 rebrand and is used across its apps and sites. We were redirected to a regional page with very little text, so the sizes below are a small sample, but the fonts are the real brand fonts.

Short answer: Uber uses its own typeface, Uber Move, in two cuts: Uber Move for headlines and Uber Move Text for body copy.

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

Uber Move Text

Self-hosted80.9%
CSS name
UberMoveText
Weights
400
Sizes
16px
Served from
tb-static.uber.com

Uber Move

Self-hosted12.5%
CSS name
UberMove
Weights
400, 700
Sizes
36px · 24px
Served from
tb-static.uber.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
HeadlineUber Move36px7001.22normal
Body textUber Move Text16px4001.5normal
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: UberMoveText, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  • The headline stack lists Uber Move first and Uber Move Text second, so a missing display file falls back to the text cut before any system font.
  • The page we reached was a regional “page not found” screen, so treat the sizes as a minimal sample.

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

Uber Move Text

The text cut of Uber’s custom typeface, adjusted for reading at small sizes.

Can you use it? Uber Move is proprietary. Inter and DM Sans are free sans serifs with a similar clear, geometric feel.

On Google Fonts: Inter, DM Sans.

Uber Move

The display cut, used for headlines.

Can you use it? Also proprietary. The same free alternatives apply.

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

/* Approximates the Uber look with a free font */
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
h1 {
  font-size: 2.25rem; /* 36px */
  font-weight: 700;
  line-height: 1.22;
}
p {
  font-size: 1rem; /* 16px */
  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 uber.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.

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

Questions & answers

What font does Uber use on its website?

Uber uses its own typeface, Uber Move, in two cuts: Uber Move for headlines and Uber Move Text for body copy.

Can I use the Uber font?

Uber Move is proprietary. Inter and DM Sans are free sans serifs with a similar clear, geometric feel.

What is a free font similar to Uber Move Text?

Inter 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 Uber uses myself?

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