How to change font

Hello!

I would like to know if I can change the “paragraph” font on my home page? The current one changes my “č” letters and it kind of looks unprofessional.

Thanks!

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the font by going to Appearance > Customize > Additional CSS and pasting it there.

/*Paragraph font*/
.front-page-section .section-header .section-description {
    font-family: serif;
}

Best Regards,
Support

Thanks for the quick response! Your solution did change fonts down the sections of front page, which I also needed, however, I also want to change font of the jumbotron “entry” text.

Hello there,

Please try out this CSS code, if it does not work then please provide a link to your website.

#header .bottom-header .section-description {
    font-family: serif;
}

Best Regards,
Support

It works! Thank you very much :slight_smile:

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