How to change Font on Front Page

Hi there,

I know I’ve asked this question before but every time I update WordPress or a plugin the homepage font goes back to the original.

I would like to change the front page font where it says: “Stan Sweet Cakes” and everything else on the site to be this font: Poiret One

I also have Google Font Plugin and have made the changes to Poiret One but it does not reflect on the homepage.
I have cleared my cache and uninstalled all the plugins. No changes.

Website: http://stansweetcakes.com

Sorry again to ask about this.
Thank you for your time.

Hey there,
I hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

/*font change to all elements*/
*{
    font-family: Poiret One;
}

Best Regards,
Support

Thank you so much for the reply.

Unfortunately, I’ve run into another issue. Whenever I got the customize page, everything appears to be blank.

Check out the attached image.

Hey there,
Thank you for keeping in touch

To rule this out as theme issue, i’m going to ask you to activate a default WordPress theme, such as twenty-seventeen and test to see if the Customizer option still works.

Best Regards,
Support

Switched to Twenty-Seventeen and the Customizer option is working fine. It seems to be the theme.

Hope you can help. I love the theme.

Hello there,

Thanks for that information.

Please try disabling any third party plugins that you may have active because on of them may be causing a conflict.

Best Regards,
Support