Hello
The Kadence email customizer uses the WooCommerce headings. To add a font to your email, you should add it to the head of the emails at wp-content\plugins\woocommerce\templates\emails\email-header.php.
The file reads: This template can be overridden by copying it to yourtheme/woocommerce/emails/email-header.php. Then, you can add a font in the head of the document and apply it using CSS.
Thanks for replying Gilbert,
I tried every step from your instructions but unfortunately it doesn’t work. I just wanted to use the “Playfair Display” font.
Hello @toxickim24,
Did you upload the font to your site for your link? The header should include HTML like the following. The href should link to the font file.
<head>
...
...
<link href="https://fonts.googleapis.com/css?family=MyNewFont" rel="stylesheet">
</head>
Additionally, you need to add CSS like the following:
selector {
font-family: 'MyNewFont', serif;
}
Hi there,
This topic has been inactive for more than 2 months. I’ll proceed to marking this as resolved.
If you have further questions or need additional assistance, feel free to start a new topic or refer to our Kadence Help Center here: https://www.kadencewp.com/help-center
Thank you for your understanding!
Kind Regards,
Michael Taro