• Resolved toxickim24

    (@toxickim24)


    Hi Kadence,

    Good Day!

    I would like to ask on how to add a custom font for this plugin. I am just using a free version of this plugin and an Astra theme.

    I hope you could help me regarding to my concern.

    Hoping for your reply,
    Kim

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gilbert Hernandez

    (@ghernkadence)

    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.

    Thread Starter toxickim24

    (@toxickim24)

    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.

    Plugin Support Gilbert Hernandez

    (@ghernkadence)

    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  rel="stylesheet">
    </head>

    Additionally, you need to add CSS like the following:

    selector {
      font-family: 'MyNewFont', serif;
    }
    Plugin Support michael-levelup

    (@michaeltarongoy)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Add a Custom Font’ is closed to new replies.