Comments Monika Koscielny started the conversationJuly 3, 2018 at 2:14pmHello. I want change posts titles for different font like Playfair Display, but it doesn't work. Font I set now is Playfair but title looks like Times New Roman and space between letters is too big for Playfair. Can you help me with it? Best Regards,Monika 2,700PenciDesign repliedJuly 3, 2018 at 4:54pmHi,Please try add more this code to Customize > Logo and Header Options > Add Custom Code Inside <head> Tag to fixed it: <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i" rel="stylesheet"> Also, add more this code to Customize > Custom CSS to remove letter-spacing on your heading titles: .header-standard h2, .header-standard .post-title, .header-standard h2 a{ letter-spacing: 0; } Best Regards,PenciDesignMonika Koscielny repliedJuly 4, 2018 at 4:02pmThank you again! Is working now very well:) Best Regards, Monika Sign in to reply ...
Hello. I want change posts titles for different font like Playfair Display, but it doesn't work. Font I set now is Playfair but title looks like Times New Roman and space between letters is too big for Playfair. Can you help me with it?
Best Regards,
Monika
Hi,
Please try add more this code to Customize > Logo and Header Options > Add Custom Code Inside <head> Tag to fixed it:
Also, add more this code to Customize > Custom CSS to remove letter-spacing on your heading titles:
Best Regards,
PenciDesign
Thank you again! Is working now very well:)
Best Regards,
Monika