Font Pairing Generator

Discover beautiful font combinations for your next design project

Perfect Harmony

Playfair Display Source Sans Pro

Design is intelligence made visible.

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed. The arrangement of type involves selecting typefaces, point sizes, line lengths, line-spacing, and letter-spacing, and adjusting the space between pairs of letters.

Elegant Professional Editorial
Heading Font
Playfair Display
Body Font
Source Sans Pro
Style Contrast
Serif + Sans-serif
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap" rel="stylesheet">

<style>
  h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }
  body, p { font-family: 'Source Sans Pro', sans-serif; }
</style>
Copied to clipboard!