OLD-STYLE (GARALDE) SERIF · FREE ALTERNATIVES

Free fonts similar to Sabon

Sabon is a disciplined Garamond, commissioned by German printers who wanted one design that looked identical on every typesetting system of the day. It is slightly narrower, sturdier and more regular than other Garamonds. It is a classic choice for books, fashion magazines and quiet luxury brands.

Short answer: the closest free alternative to Sabon is EB Garamond. Crimson Pro is also worth a look. All are open source and free for commercial use.

SabonTHE ORIGINAL

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

EB GaramondCLOSEST MATCH
The Form of the Book
Crimson ProFREE ALTERNATIVE
The Form of the Book
MAKE IT YOURS
/* EB Garamond is open source. Self-host it or load it from Google Fonts. */
font-family: "EB Garamond", Garamond, "Adobe Garamond Pro", Georgia, serif;

The alternatives in detail

1. EB Garamond

Why it works. A faithful open source Garamond with the same Garamond roman and Granjon italic pairing at its heart.

What differs. More delicate and historical, with a smaller x-height and a narrower, more slanted italic.

Open EB Garamond on Google Fonts ↗

2. Crimson Pro

Why it works. A sturdier old-style face that keeps its color at small sizes on screens, closer to Sabon’s solidity.

What differs. Less specifically Garamond in its details, and a little sharper in the serifs.

Open Crimson Pro on Google Fonts ↗

How to recognize Sabon

Jan Tschichold, 1967, released jointly by Linotype, Monotype and Stempel. The roman follows Claude Garamond and the italic follows Robert Granjon.

  • Garamond shapes with a slightly larger x-height and more regular, economical letters.
  • The italic is as wide as the roman, a leftover of Linotype’s technical limits, so it looks unusually open.
  • A narrow f that does not overhang the next letter.

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

Is Sabon free?

Commercial, from Linotype (Monotype). It is included with Adobe Fonts, where its CSS name is linotype-sabon. It is not preinstalled on Windows or macOS.

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

body {
  font-family: "EB Garamond", Garamond, "Adobe Garamond Pro", Georgia, 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 Sabon?+

EB Garamond is the closest free alternative to Sabon. A faithful open source Garamond with the same Garamond roman and Granjon italic pairing at its heart. Crimson Pro is also worth testing.

Is Sabon free to use?+

Commercial, from Linotype (Monotype). It is included with Adobe Fonts, where its CSS name is linotype-sabon. It is not preinstalled on Windows or macOS.

What Google Font looks like Sabon?+

On Google Fonts, the nearest matches are EB Garamond and Crimson Pro. 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 Sabon?+

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.