Besley + Albert Sans

Grumpy wizards make toxic brew

A standfirst set in Albert Sans, one size up — where a pairing starts earning trust.

The five boxing wizards jump quickly over the lazy dog, mixing jugs of quiet vodka while the jury watches. Click anywhere in this preview and type your own text to try the pairing.

“Type is a beautiful group of letters, not a group of beautiful letters.”

— Matthew Carter

Fig. 1 — Besley over Albert Sans, in the wild.

Besley 700 / Albert Sans 400 — click any section and type your own copy.

Why it works

Besley's Clarendon-style slab makes a warm, high-personality headline with real 19th-century swagger, and Albert Sans keeps the body in a clean geometric sans that reads crisp and modern. The bracketed, ball-terminal serif against the plain geometric sans is a strong era-contrast — vintage display over contemporary text — that gives an editorial page character up top and easy reading below.

More about each face: Besley · Albert Sans

Use this pairing

HTML — Google Fonts embed
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Besley:wght@700&family=Albert+Sans:wght@400;600&display=swap" rel="stylesheet">
CSS
h1, h2, h3 {
  font-family: 'Besley', Georgia, 'Times New Roman', serif;
  font-weight: 700;
}

body {
  font-family: 'Albert Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
Next.js — next/font
import { Besley, Albert_Sans } from "next/font/google";

const heading = Besley({
  subsets: ["latin"],
  weight: "700",
  variable: "--font-heading",
});

const body = Albert_Sans({
  subsets: ["latin"],
  weight: "400",
  variable: "--font-body",
});

Related pairings