GROTESQUE SANS SERIF · FREE ALTERNATIVES

Free fonts similar to Akzidenz-Grotesk

Akzidenz-Grotesk is the 19th-century workhorse that Swiss modernism adopted and that Helvetica and Univers were drawn to improve on. It is a little rougher and less uniform than its descendants, which is exactly why designers still choose it. It reads as neutral but not sterile.

Short answer: the closest free alternative to Akzidenz-Grotesk is Inter. Work Sans is also worth a look. All are open source and free for commercial use.

Akzidenz-GroteskTHE ORIGINAL

Akzidenz-Grotesk 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
Berlin job printing, 1898
Work SansFREE ALTERNATIVE
Berlin job printing, 1898
MAKE IT YOURS
/* Inter is open source. Self-host it or load it from Google Fonts. */
font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;

The alternatives in detail

1. Inter

Why it works. A neutral grotesque with even color that fills the same quiet, informational role.

What differs. More polished and uniform, with a taller x-height. The slightly rough period character is gone.

Open Inter on Google Fonts ↗

2. Work Sans

Why it works. Loosely based on early grotesques of the same era, so it keeps some of the old-fashioned warmth that Inter lacks.

What differs. Wider and rounder, with looser spacing. It is tuned for screen text, so headlines need tighter tracking.

Open Work Sans on Google Fonts ↗

How to recognize Akzidenz-Grotesk

Released by the H. Berthold AG foundry in Berlin in 1898, with no single credited designer. Günter Gerhard Lange expanded it into a full family from the 1950s onward.

  • Stroke endings on c, e and s are cut at a slight angle, where Helvetica’s are perfectly horizontal.
  • The uppercase R has a straight diagonal leg.
  • A smaller x-height than Helvetica, and small inconsistencies between weights that give it a handmade feel.

In a site’s CSS it may appear as Akzidenz Grotesk, Akzidenz-Grotesk BQ, Akzidenz-Grotesk Pro, Akzidenz-Grotesk Next. Not sure what you are looking at? Identify the font on the live page first.

Is Akzidenz-Grotesk free?

Commercial. The Berthold library now belongs to Monotype, and the reworked Akzidenz-Grotesk Next is included with Adobe Fonts. 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 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", "Helvetica Neue", Helvetica, 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 Akzidenz-Grotesk?+

Inter is the closest free alternative to Akzidenz-Grotesk. A neutral grotesque with even color that fills the same quiet, informational role. Work Sans is also worth testing.

Is Akzidenz-Grotesk free to use?+

Commercial. The Berthold library now belongs to Monotype, and the reworked Akzidenz-Grotesk Next is included with Adobe Fonts. It is not preinstalled on any system.

What Google Font looks like Akzidenz-Grotesk?+

On Google Fonts, the nearest matches are Inter and Work 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 Akzidenz-Grotesk?+

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.