Hi there,
Please add this code to your child theme’s functions.php
add_action('wp_head', 'playfair_display_font');
function playfair_display_font () { echo '<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">'; }
That should do it.
Thanks!