Preview curated Google Font combinations with live text editing. Copy CSS import code.
Playfair Display
Source Sans Pro
Good design is as little design as possible. Less, but better — because it concentrates on the essential aspects, and the products are not burdened with non-essentials.
/* Heading */
font-family: 'Playfair Display', serif;
font-size: 40px;
/* Body */
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Source+Sans+Pro:wght@400;600&display=swap');