NEO-GROTESQUE SANS SERIF · FREE ALTERNATIVES

Free fonts similar to Söhne

Söhne is what its designer calls the memory of Akzidenz-Grotesk framed through the reality of Helvetica. It became a grotesque of choice for technology companies around 2020, because it feels familiar without being either of its ancestors. The CSS name `sohne-var` is its variable font build.

Short answer: the closest free alternative to Söhne is Inter. Hanken Grotesk is also worth a look. All are open source and free for commercial use.

SöhneTHE ORIGINAL

Söhne 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.

InterCLOSEST MATCH
Uptown and The Bronx
Hanken GroteskFREE ALTERNATIVE
Uptown and The Bronx
MAKE IT YOURS
/* Inter is open source. Self-host it or load it from Google Fonts. */
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

The alternatives in detail

1. Inter

Why it works. The same role in free form: a neutral interface grotesque with a full variable weight range.

What differs. A taller x-height, more open shapes and wider spacing. Söhne is tighter and more compact at the same size.

Open Inter on Google Fonts ↗

2. Hanken Grotesk

Why it works. A calm grotesque with a wide weight range that handles both product interfaces and marketing pages.

What differs. Rounder and friendlier. It has less of the dry, engineered tone that makes Söhne distinctive.

Open Hanken Grotesk on Google Fonts ↗

How to recognize Söhne

Kris Sowersby, 2019, Klim Type Foundry. It grew from memories of the Akzidenz-Grotesk, sold in America as Standard, that Unimark used for New York subway signage.

  • German weight names in the font files: Buch, Kräftig, Halbfett, Dreiviertelfett.
  • A Helvetica-like color with the slightly tougher, less polished detailing of Akzidenz-Grotesk.
  • Often used with its own companions: Söhne Breit (wide), Söhne Schmal (condensed) and Söhne Mono.

In a site’s CSS it may appear as Sohne, sohne-var, Söhne Buch, Söhne Breit, Söhne Schmal, Söhne Mono. Not sure what you are looking at? Identify the font on the live page first.

Seen on sites we inspected

These pages show the exact sizes, weights and spacing measured on the live site, for Söhne or the brand typeface that replaced it.

Is Söhne free?

Commercial, sold only by Klim Type Foundry. It is not on Adobe Fonts and not preinstalled anywhere, so every site using it holds 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 Inter 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: "Inter";
  src: url("/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: "Inter", 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 Söhne?+

Inter is the closest free alternative to Söhne. The same role in free form: a neutral interface grotesque with a full variable weight range. Hanken Grotesk is also worth testing.

Is Söhne free to use?+

Commercial, sold only by Klim Type Foundry. It is not on Adobe Fonts and not preinstalled anywhere, so every site using it holds a web license.

What Google Font looks like Söhne?+

On Google Fonts, the nearest matches are Inter and Hanken Grotesk. 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 Söhne?+

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.