HUMANIST SANS SERIF · FREE ALTERNATIVES

Free fonts similar to Frutiger

Frutiger was designed to be read quickly, at a distance and at an angle, and it became the model for the modern humanist sans. It is used for wayfinding in airports, hospitals and public transport, and for many corporate identities. Its warmth and clarity also work well on screens.

Short answer: the closest free alternative to Frutiger is Hind. Noto Sans is also worth a look. All are open source and free for commercial use.

FrutigerTHE ORIGINAL

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

HindCLOSEST MATCH
Gates 40 to 66, straight ahead
Noto SansFREE ALTERNATIVE
Gates 40 to 66, straight ahead
MAKE IT YOURS
/* Hind is open source. Self-host it or load it from Google Fonts. */
font-family: "Hind", "Segoe UI", "Helvetica Neue", Arial, sans-serif;

The alternatives in detail

1. Hind

Why it works. A humanist sans made for interface text, with open apertures and a clean, signage-like clarity.

What differs. Five weights and no italics. It is slightly narrower and more compact than Frutiger.

Open Hind on Google Fonts ↗

2. Noto Sans

Why it works. An open, neutral humanist sans with true italics, many weights and huge language coverage.

What differs. A little more upright and formal, with less of Frutiger’s warmth in the curves.

Open Noto Sans on Google Fonts ↗

How to recognize Frutiger

Adrian Frutiger, released in 1976 by Stempel and Linotype. It grew out of his signage alphabet for Charles de Gaulle Airport near Paris.

  • Wide open apertures on c, e, a and s, so letters never close up at small sizes or from far away.
  • Humanist proportions with low contrast and a clear difference between letter widths.
  • Square dots on i and j, and strokes that end in clean straight cuts.

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

Is Frutiger free?

Commercial, from Linotype (Monotype). It is not preinstalled on Windows or macOS, so pages that name it without a web font show a fallback to almost everyone.

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

body {
  font-family: "Hind", "Segoe UI", "Helvetica Neue", 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 Frutiger?+

Hind is the closest free alternative to Frutiger. A humanist sans made for interface text, with open apertures and a clean, signage-like clarity. Noto Sans is also worth testing.

Is Frutiger free to use?+

Commercial, from Linotype (Monotype). It is not preinstalled on Windows or macOS, so pages that name it without a web font show a fallback to almost everyone.

What Google Font looks like Frutiger?+

On Google Fonts, the nearest matches are Hind and Noto 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 Frutiger?+

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.