AMERICAN GOTHIC SANS SERIF · FREE ALTERNATIVES

Free fonts similar to Benton Sans

Benton Sans turns News Gothic into a complete modern system, with many weights and widths from Extra Compressed to Wide. Newspapers, magazines and universities rely on it because it is plain, compact and tireless in dense layouts. It has an unmistakably American, editorial tone.

Short answer: the closest free alternative to Benton Sans is Public Sans. Libre Franklin is also worth a look. All are open source and free for commercial use.

Benton SansTHE ORIGINAL

Benton Sans 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.

Public SansCLOSEST MATCH
Metro desk, late edition
Libre FranklinFREE ALTERNATIVE
Metro desk, late edition
MAKE IT YOURS
/* Public Sans is open source. Self-host it or load it from Google Fonts. */
font-family: "Public Sans", "Franklin Gothic Medium", "Helvetica Neue", Arial, sans-serif;

The alternatives in detail

1. Public Sans

Why it works. A neutral American gothic derived from Libre Franklin and made for government websites, so it is plain, sturdy and highly legible.

What differs. One width only, with looser letter spacing and a hooked lowercase l. Tighten tracking for headlines.

Open Public Sans on Google Fonts ↗

2. Libre Franklin

Why it works. An open source take on Benton’s own Franklin Gothic, the heavier sibling of News Gothic, with nine weights and italics.

What differs. Darker and more characterful, with stronger thinning where strokes join. It has no condensed widths.

Open Libre Franklin on Google Fonts ↗

How to recognize Benton Sans

Begun by Tobias Frere-Jones in 1995 from Morris Fuller Benton’s News Gothic of 1908, then expanded by Cyrus Highsmith and released by Font Bureau in 2002 and 2003.

  • The News Gothic skeleton: fairly narrow letters, a tall x-height and low contrast.
  • Many widths of one design in use together, typically condensed headlines over regular text.
  • A plain, newsy texture with slightly more warmth than Helvetica.

In a site’s CSS it may appear as BentonSans, Benton Sans Condensed, Benton Sans Compressed, Benton Sans Wide. Not sure what you are looking at? Identify the font on the live page first.

Is Benton Sans free?

Commercial, from Font Bureau. 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 Public Sans 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: "Public Sans";
  src: url("/fonts/public-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/fonts/public-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: "Public Sans", "Franklin Gothic Medium", "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 Benton Sans?+

Public Sans is the closest free alternative to Benton Sans. A neutral American gothic derived from Libre Franklin and made for government websites, so it is plain, sturdy and highly legible. Libre Franklin is also worth testing.

Is Benton Sans free to use?+

Commercial, from Font Bureau. It is not preinstalled on any system.

What Google Font looks like Benton Sans?+

On Google Fonts, the nearest matches are Public Sans and Libre Franklin. 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 Benton Sans?+

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.