Change Font-Family for the paragraph text

Hello,

How can I change the font for paragraphs?

Thank you
Ekaterina

Hello there,

I hope you are doing well today.

You can use the following plugin to change the font used in the theme:

Otherwise you would have to use CSS code to do so. Here is the CSS:


p {
    font-family: serif;
}

Best Regards,
Support

Thank you ! I will go with the plugin :wink:

Hello there,

Great, I will keep this thread open for a while in case you have any other font related issues.

Best Regards,
Support