Font Pairing Generator

20 curated Google Font pairings. Click a pairing to preview it live, then copy the CSS.

The quick brown fox
Jumps over the lazy dog

Typography is the art of arranging type to make written language legible. Good font pairings create visual harmony between your headings and body copy.

Click any text above to edit the preview content.

CSS Import

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Lato:wght@400;400i&display=swap');

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

p, body {
  font-family: 'Lato', sans-serif;
}

Paste this into your CSS file to use Playfair Display and Lato on your site.

FAQ

Is Font Pairing Generator free to use?

Yes, Font Pairing Generator is completely free to use on UtilityCove.

Does Font Pairing Generator upload my data?

No. Font Pairing Generator runs in your browser, so your input stays on your device.

Can I use Font Pairing Generator on mobile?

Yes. Font Pairing Generator works on modern mobile and desktop browsers.