You've found the perfect font Playfair Display and now you want it on your computer or website. Sounds simple, but if you've never installed a font from Google Fonts before, the process can feel confusing. Do you download it? Embed it? What format do you need? This guide walks you through every step so you can start using Playfair Display (and similar Google Fonts) right away, whether you're designing in Canva, coding a website, or creating a wedding invitation in Word.

What Is Playfair Display and Why Do Designers Love It?

Playfair Display is a free serif typeface available through Google Fonts. It was designed by Claus Eggers Sørensen and draws inspiration from the high-contrast Transitional and Modern type styles of the late 18th century. You'll notice its thick, elegant strokes paired with thin hairlines a combination that gives it a sophisticated, editorial look.

Designers reach for Playfair Display when they need a font that feels refined without being stuffy. It works beautifully for headings, logos, invitations, magazine layouts, and branding projects. Because it's hosted on Google Fonts, it's free to use for personal and commercial projects, and it loads quickly on websites through Google's CDN.

How Do You Install Playfair Display on Your Computer (Windows and Mac)?

If you want to use Playfair Display in desktop applications like Microsoft Word, Adobe Illustrator, or Canva, you need to install the font file directly on your operating system. Here's how:

Installing on Windows

  1. Go to fonts.google.com and search for Playfair Display.
  2. Click the font name to open its page.
  3. Click the "Download family" button in the top-right corner. This downloads a ZIP file containing all available weights and styles.
  4. Right-click the downloaded ZIP file and select "Extract All."
  5. Open the extracted folder. You'll see individual .ttf (TrueType Font) or .otf (OpenType Font) files.
  6. Select all the font files, right-click, and choose "Install" or "Install for all users."
  7. Restart any open applications. The font will now appear in your font menu.

Installing on Mac

  1. Download the font family from Google Fonts the same way described above.
  2. Double-click the ZIP file to extract it.
  3. Double-click each .ttf or .otf file. Font Book will open automatically.
  4. Click "Install Font" in the bottom-right corner of the Font Book window.
  5. The font is now available system-wide in apps like Pages, Sketch, and Adobe Creative Suite.

If you're looking for other fonts with a similar high-contrast serif style to pair alongside Playfair Display, check out our list of Google Fonts alternatives with high contrast.

How Do You Add Playfair Display to a Website Using Google Fonts?

Adding Playfair Display to a website is even easier than desktop installation. Google Fonts provides two main methods: a link tag or an @import rule. You don't download anything the font loads directly from Google's servers.

Method 1: HTML Link Tag

Add this line inside the <head> section of your HTML file:

<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&display=swap" rel="stylesheet">

Then apply it in your CSS:

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

Method 2: CSS @import

Add this at the top of your CSS file:

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

The link tag method is generally preferred because it loads faster the browser can start downloading the font while parsing the HTML, rather than waiting for the CSS to load first.

Using Playfair Display on WordPress

Most WordPress themes have a built-in Google Fonts integration. You can search for "Playfair Display" in your theme's typography settings and select it without touching any code. If your theme doesn't support Google Fonts natively, a plugin like OMGF or Custom Fonts can help.

What's the Difference Between Desktop Installation and Web Embedding?

This is where a lot of people get confused. Both methods use the same font, but they work differently:

  • Desktop installation means saving the font file on your computer so applications like Word, Photoshop, or Figma can access it. The font is stored locally.
  • Web embedding means linking to the font through Google's CDN so browsers can render it on your website. Visitors don't need the font installed on their own devices.

You might need to do both. For example, you'd install Playfair Display on your desktop to design a logo in Illustrator, and also embed it on your website so the heading text matches.

What Common Mistakes Should You Avoid When Installing Google Fonts?

Installing a Google Font seems straightforward, but small errors can cause big headaches. Here are the most frequent issues people run into:

  • Not restarting your design app after installation. Fonts only load when an application starts. If you install a font while Word is open, close and reopen Word to see it.
  • Installing only one weight. Playfair Display comes in multiple weights (400, 500, 600, 700, 800, 900) and italic styles. Install all the weights you plan to use.
  • Forgetting the CSS fallback stack. When using Playfair Display on a website, always include fallback fonts like Georgia, serif. If Google's CDN goes down or a user has a slow connection, your text still renders in a similar-looking serif.
  • Using @import for web fonts in production. The @import method blocks rendering. Use the <link> tag instead for better page speed.
  • Ignoring the display=swap parameter. Adding &display=swap to your Google Fonts URL prevents invisible text during font loading. Always include it.

How Do You Use Playfair Display in Specific Design Tools?

In Canva

Canva Pro allows you to upload custom fonts, but if you're using the free version, you can't upload Playfair Display manually. However, Canva already includes Playfair Display in its font library just search for it in the font dropdown. No installation needed.

In Adobe Creative Suite (Photoshop, Illustrator, InDesign)

After installing the font on your system using the steps above, it appears automatically in Adobe apps. Look for "Playfair Display" in the character panel's font dropdown. Adobe Fonts (formerly Typekit) also syncs Google Fonts, so you can activate it from Adobe's font library as well.

In Microsoft Word

Install the font on your operating system, restart Word, and it appears in the font selector. One thing to watch: if you share a Word document with someone who doesn't have Playfair Display installed, their computer will substitute a different font. To avoid this, embed the font in your document by going to File → Options → Save → "Embed fonts in the file."

Can You Pair Playfair Display With Other Google Fonts?

Absolutely and pairing is where Playfair Display really shines. Because it's a high-contrast display serif, it pairs best with clean, readable sans-serif fonts for body text. Some popular pairings include:

  • Playfair Display + Lato a warm, professional combination
  • Playfair Display + Open Sans neutral and highly readable
  • Playfair Display + Montserrat modern and geometric
  • Playfair Display + Source Sans Pro clean with good x-height contrast

The key principle: pair a decorative serif heading font with a simple sans-serif body font. Using two decorative fonts together usually creates visual noise rather than hierarchy.

If you love the Playfair Display look but want something slightly different for variety, explore serif fonts similar to Playfair Display that work especially well for wedding invitations and formal designs.

What If Playfair Display Isn't Quite Right for Your Project?

Playfair Display is popular maybe too popular. If you want a similar aesthetic but less commonly used, several Google Fonts offer the same high-contrast serif vibe. Fonts like Cormorant Garamond, DM Serif Display, and Libre Baskerville all provide elegant serif options while standing out from the crowd. We cover more options in our breakdown of installing fonts like Playfair Display with free alternatives worth exploring.

Quick Checklist: Installing Playfair Display the Right Way

Before you start using Playfair Display in your next project, make sure you've covered these steps:

  • ✅ Downloaded the full font family (all weights you need) from Google Fonts
  • ✅ Installed the .ttf or .otf files on your operating system for desktop use
  • ✅ Restarted your design applications after installation
  • ✅ Used the <link> tag method (not @import) for web embedding
  • ✅ Included the display=swap parameter in your Google Fonts URL
  • ✅ Added a CSS fallback font stack (e.g., 'Playfair Display', Georgia, serif)
  • ✅ Checked your page speed after adding the font to ensure it doesn't slow loading
  • ✅ Tested the font rendering across different browsers and devices
  • ✅ Embedded the font in shared documents (like Word files) so recipients see it correctly

Next step: Pick one project a website heading, a flyer, or a social media graphic and install Playfair Display today. Once you see how it looks in your own work, you'll know right away whether it's the right fit. And if it's not, you're now equipped to install any other Google Font using the exact same process.

Try It Free