Changing Font in Child Theme

Hello,
I try to change the font for the Child Travelify Tehem into Open Sans like I have in my About page.
I searched the forum here but couldn’t find any code that could help me more.
What code do I have to use to get all pages look like my about theme with the Open Sans font?

Thanks for your help

Jurgen

Hi Jurgen,

I hope you are well today and thank you for your question.

Do you want to apply Open Sans font on all the pages on your site which you used on your About page?

Could you please share me the About page URL from your site so that i can help you to achieve it?

Kind Regards,
Movin

Hi Movin,

sure I can … http://jurgendoe.com/about-me/

here we go :slight_smile:

Regards

Jurgen

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, input, textarea, article {
    font: 14px 'Open Sans', sans-serif !important;
}

Thank you very much

You are always welcome here :slight_smile: