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.
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.
| Role | Font | Size | Weight | Line height | Letter spacing |
|---|---|---|---|---|---|
| Headline | Uber Move | 36px | 700 | 1.22 | normal |
| Body text | Uber Move Text | 16px | 400 | 1.5 | normal |
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.
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.
Uber Move
The display cut, used for headlines.
Can you use it? Also proprietary. The same free alternatives apply.
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;
}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.