GEOMETRIC SANS SERIF · FREE ALTERNATIVES

Free fonts similar to Gotham

Gotham is wide, plain-spoken and confident. It is closely associated with American branding and political campaigns. Its broad, circular letters read well in uppercase, which is how you will most often see it.

Short answer: the closest free alternative to Gotham is Montserrat. Outfit and Figtree are also worth a look. All are open source and free for commercial use.

GothamTHE ORIGINAL

Gotham is not installed on this device, so it cannot be drawn here. The free alternatives below are live. On a device that has it, this row shows the original and unlocks the overlay.

MontserratCLOSEST MATCH
BOLD PLANS FOR A NEW CITY
OutfitFREE ALTERNATIVE
BOLD PLANS FOR A NEW CITY
FigtreeFREE ALTERNATIVE
BOLD PLANS FOR A NEW CITY
MAKE IT YOURS
/* Montserrat is open source. Self-host it or load it from Google Fonts. */
font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

The alternatives in detail

1. Montserrat

Why it works. The best-known free Gotham stand-in. Similar width, geometry and uppercase presence.

What differs. Slightly looser and quirkier in details such as Q, J and the numerals. Reduce tracking a touch in headlines.

Open Montserrat on Google Fonts ↗

2. Outfit

Why it works. A clean geometric with the same broad, even rhythm, available as a variable font.

What differs. More uniform and rounder, with less of Gotham’s engineered sturdiness.

Open Outfit on Google Fonts ↗

3. Figtree

Why it works. A good choice when Gotham is used for interface or body text rather than headlines.

What differs. Narrower and lighter in tone, so it will not have the same poster impact.

Open Figtree on Google Fonts ↗

How to recognize Gotham

Tobias Frere-Jones, 2000, for Hoefler & Frere-Jones. Inspired by mid-century New York building lettering. Hoefler&Co has been part of Monotype since 2021.

  • Very wide, almost circular O, C and G.
  • A large x-height and short ascenders, so lowercase looks big.
  • Uppercase set with generous tracking is the classic Gotham look.

In a site’s CSS it may appear as Gotham SSm, Gotham Rounded, Gotham Narrow. Not sure what you are looking at? Identify the font on the live page first.

Is Gotham free?

Commercial only. It is not preinstalled on any system and not part of Adobe Fonts, so every site using it pays for a web license.

The alternatives on this page are open source, so you can use them on commercial sites, self-host the files and ship them in products. Read more in font licensing in plain English.

Use Montserrat in your CSS

Put the free font first and keep sensible fallbacks behind it. Self-hosting the files is the most private and usually the fastest option.

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
One rule per weight you host. Adjust the file paths to match. Pairing it with a second face? Try the font pairing playground.

Saw a font you can’t place, or can’t afford?

Font Inspector names the font on any website in one click. For popular paid and system fonts it suggests free look-alikes right in the panel.

Add to Chrome

Questions & answers

What is the closest free font to Gotham?+

Montserrat is the closest free alternative to Gotham. The best-known free Gotham stand-in. Similar width, geometry and uppercase presence. Outfit and Figtree are also worth testing.

Is Gotham free to use?+

Commercial only. It is not preinstalled on any system and not part of Adobe Fonts, so every site using it pays for a web license.

What Google Font looks like Gotham?+

On Google Fonts, the nearest matches are Montserrat, Outfit and Figtree. All are open source and free for commercial use. None is an exact copy, so compare them with your own text first.

How can I tell whether a website uses Gotham?+

Inspect the text. Browser DevTools show the rendered font in the Computed tab, and the Font Inspector extension shows the family, the rendered font and free look-alikes in one click.