FLARED DISPLAY SERIF · FREE ALTERNATIVES

Free fonts similar to Canela

Canela sits between sans and serif: strokes end in a gentle flare rather than a true serif, which makes it look soft and sharp at once. Its thin weights defined the look of beauty, fashion and hospitality brands in the late 2010s. It is best large, with Canela Text and Deck covering smaller sizes.

Short answer: the closest free alternative to Canela is Fraunces. Playfair Display is also worth a look. All are open source and free for commercial use.

CanelaTHE ORIGINAL

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

FrauncesCLOSEST MATCH
Rose, cedar and sea salt
Playfair DisplayFREE ALTERNATIVE
Rose, cedar and sea salt
MAKE IT YOURS
/* Fraunces is open source. Self-host it or load it from Google Fonts. */
font-family: "Fraunces", Georgia, "Times New Roman", serif;

The alternatives in detail

1. Fraunces

Why it works. A soft display serif with optical size and softness axes, so you can dial in a similarly gentle, high-contrast headline.

What differs. It has real serifs and deliberately quirky, old-style details, so it is more playful and less serene.

Open Fraunces on Google Fonts ↗

2. Playfair Display

Why it works. A widely used high-contrast display serif that delivers the same editorial elegance in headlines.

What differs. Full bracketed serifs, ball terminals and stronger contrast. It starts at regular weight, so the thin look is missing.

Open Playfair Display on Google Fonts ↗

How to recognize Canela

Miguel Reyes, 2016, Commercial Type. It began as an interpretation of Caslon and was shaped by the designer’s experience with stone carving.

  • Stroke endings flare out slightly instead of carrying real serifs.
  • Graceful, high-contrast curves, most often seen in the Thin and Light weights at large sizes.
  • A quiet, monumental feel, as if the letters were carved rather than written.

In a site’s CSS it may appear as Canela Text, Canela Deck, Canela Condensed, Canela Web. Not sure what you are looking at? Identify the font on the live page first.

Is Canela 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 Fraunces 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: "Fraunces";
  src: url("/fonts/fraunces-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

body {
  font-family: "Fraunces", 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 Canela?+

Fraunces is the closest free alternative to Canela. A soft display serif with optical size and softness axes, so you can dial in a similarly gentle, high-contrast headline. Playfair Display is also worth testing.

Is Canela 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 Canela?+

On Google Fonts, the nearest matches are Fraunces and Playfair Display. 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 Canela?+

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.