How to change font and font size in Travelify theme?

I want to change font and increase font size. How can I?

Hi @hassibgul,

Thank you for your another question.

Could you please tell me a bit more in detail of which element on your site you want to change font and increase font size so that i can help you to achieve it?

Kind Regards,
Movin

I want to change the blog content font size. (Body text)

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

body .entry-content {
    font-size: 15px;
    font-family: serif;
}

Please change the font and font family in the above CSS code to whatever you want to set.

Thanks for the great info. How would you change the font of all of the headings to Arial from Ubuntu which is the standard?

@leighc10 To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/travelify-support/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.