GEOMETRIC SANS SERIF · FREE ALTERNATIVES

Free fonts similar to TT Norms

TT Norms is an all-purpose geometric sans with classic proportions and a calm, even texture. It is one of the most widely licensed contemporary geometrics and appears on product sites, packaging and interfaces. Think of it as a neutral modern alternative to Gotham or Avenir.

Short answer: the closest free alternative to TT Norms is Manrope. Plus Jakarta Sans is also worth a look. All are open source and free for commercial use.

TT NormsTHE ORIGINAL

TT Norms 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.

ManropeCLOSEST MATCH
Simple shapes, steady rhythm
Plus Jakarta SansFREE ALTERNATIVE
Simple shapes, steady rhythm
MAKE IT YOURS
/* Manrope is open source. Self-host it or load it from Google Fonts. */
font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

The alternatives in detail

1. Manrope

Why it works. A modern geometric-leaning sans with an even, neutral texture that suits interfaces and product pages.

What differs. Slightly narrower, with more open shapes and no italics.

Open Manrope on Google Fonts ↗

2. Plus Jakarta Sans

Why it works. A geometric sans with a similar contemporary brand tone and true italics.

What differs. A taller x-height and a bit more personality in letters such as g, y and the numerals.

Open Plus Jakarta Sans on Google Fonts ↗

How to recognize TT Norms

Designed at TypeType by a team including Pavel Emelyanov and Ivan Gladkikh. First released in 2017 and developed further as TT Norms Pro.

  • Clean geometric shapes with round o, c and e and very low contrast.
  • A two-storey a and neutral details, so it reads more quietly than Futura-style geometrics.
  • A wide weight range, from thin to black, used consistently across headings and text.

In a site’s CSS it may appear as TT Norms Pro, TT Norms Std. Not sure what you are looking at? Identify the font on the live page first.

Is TT Norms free?

Commercial, sold by TypeType and its resellers. It is not preinstalled on any system.

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 Manrope 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: "Manrope";
  src: url("/fonts/manrope-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: "Manrope", 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 TT Norms?+

Manrope is the closest free alternative to TT Norms. A modern geometric-leaning sans with an even, neutral texture that suits interfaces and product pages. Plus Jakarta Sans is also worth testing.

Is TT Norms free to use?+

Commercial, sold by TypeType and its resellers. It is not preinstalled on any system.

What Google Font looks like TT Norms?+

On Google Fonts, the nearest matches are Manrope and Plus Jakarta Sans. 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 TT Norms?+

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.