OLD-STYLE SERIF, CONTEMPORARY REVIVAL · FREE ALTERNATIVES

Free fonts similar to Lyon

Lyon looks at Renaissance type through a contemporary lens: the structure is classical, but the drawing is clean, calm and free of antique mannerisms. It made its debut in The New York Times Magazine and became a staple of editorial design. It reads as intelligent and unfussy.

Short answer: the closest free alternative to Lyon is Source Serif 4. Newsreader is also worth a look. All are open source and free for commercial use.

LyonTHE ORIGINAL

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

Source Serif 4CLOSEST MATCH
The Sunday magazine, page one
NewsreaderFREE ALTERNATIVE
The Sunday magazine, page one
MAKE IT YOURS
/* Source Serif 4 is open source. Self-host it or load it from Google Fonts. */
font-family: "Source Serif 4", Georgia, "Times New Roman", serif;

The alternatives in detail

1. Source Serif 4

Why it works. A clean, contemporary text serif with optical sizes that covers both the text and the display role.

What differs. Transitional rather than old-style in structure, with lower contrast and a slightly wider set.

Open Source Serif 4 on Google Fonts ↗

2. Newsreader

Why it works. An editorial serif with optical sizes and a similarly calm, intelligent tone.

What differs. Softer and rounder, with more visible personality in the italic.

Open Newsreader on Google Fonts ↗

How to recognize Lyon

Kai Bernau, begun in 2006 as a degree project at the Royal Academy of Art in The Hague and published by Commercial Type in 2009. It is based on the 16th-century types of Robert Granjon.

  • An old-style skeleton with smooth, modern curves and crisp, tidy serifs.
  • Moderate contrast and a comfortable x-height, giving an even, medium-gray text color.
  • A separate Lyon Display cut with finer details for headlines.

In a site’s CSS it may appear as Lyon Text, Lyon Display, Lyon Text Web, Lyon Display Web. 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 Lyon or the brand typeface that replaced it.

Is Lyon free?

Commercial, sold by Commercial Type. It is not on Adobe Fonts and 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 Source Serif 4 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: "Source Serif 4";
  src: url("/fonts/source-serif-4-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("/fonts/source-serif-4-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: "Source Serif 4", Georgia, "Times New Roman", 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 Lyon?+

Source Serif 4 is the closest free alternative to Lyon. A clean, contemporary text serif with optical sizes that covers both the text and the display role. Newsreader is also worth testing.

Is Lyon free to use?+

Commercial, sold by Commercial Type. It is not on Adobe Fonts and not preinstalled on any system.

What Google Font looks like Lyon?+

On Google Fonts, the nearest matches are Source Serif 4 and Newsreader. 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 Lyon?+

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.