Change fonts

Hi again!
I would like to know how to change the font for the titles and for the body of the pages. Do I have to change the CSS?

Thanks!

Hello there,

I hope you are doing well today.

In order to change the fonts you will have to use some CS S to do so. You can use the following CSS code to change the fonts by going to Appearance > Customize > Additional CSS and pasting it there.

/*Change fonts*/
body {
    font-family: 'Lora', serif;
}

.entry-title {
    font-family: "Lora", serif;
}

Best Regards,
Support

Oh, wow! That was fast! Thank you so much!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support