Web Design

Typography Pairer

Browse curated font combinations — preview with your own text, export CSS.

preview — Playfair Display + Source Sans Pro

The quick brown fox

jumps over the lazy dog.

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

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

body, p {
  font-family: 'Source Sans Pro', sans-serif;
}