Font for headlines

Hi there,

how can I change the font for headlines?
Which options/fonts are supported?

Best regards,
Paskiris

Hi Paskiris,

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

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

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


.entry-title {
    font-family: arial;
}

Please change the font family arial in the above code to whatever you want.

Best Regards,
Movin