How to change the font on the site?

Is it possible to change the font on the site?
There is nothing associated with the fonts in the console.
Thank you!

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Where exactly you want to change the font size? please show me page and tell me the text you want to change the font size

Thanks!
Colorlib Support Team

I do not want to change the font size, I want to change the font type.
On the main page, for example, in the first section.

Hello there,

I hope you are doing well today.

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


/*Header font change*/
h1, h2, h3, h4, h5, h6 {
    font-family:  Helvetica;
}

Best Regards,
Support

@maetrost - if you try using Google Fonts plugin, does that work for you? I’m wondering this same question

Hello @josh14,

It should work but sometimes it won’t change a specific area of text and in that case you need to add new CSS.

Best Regards,
Support

Thanks. Is there a list of font families that I can choose from that the CSS will read from? This was I can choose a font that will definitely work.

Hello there,

Almost any font should work there are a few that do not work but I do not have a list for these. However, here is an article that will explain how to add any font you would like :

Best Regards,
Support

Thanks for all!

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