High-contrast didone for fashion mastheads and editorial display. Designed by Claus Eggers Sørensen.
Editorial pairings — Playfair Display as the lead voice, supported below.
Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
Fashion-masthead display calmed by neutral UI sans.
View →Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
Didone display over a versatile sans body.
View →Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
High-contrast display, monospaced labels.
View →Three lines of CSS. No build step, no font-loading library, no FOIT. Cached on Google Fonts CDN.
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap");
body {
font-family: 'Playfair Display', ui-serif, Georgia, serif;
font-weight: 400;
}