I changed the CSS using * to change all the fonts but for some reason, some of the headers didn’t change
the typography option in the settings didn’t work for me that’s why I changed it from the CSS
I changed the CSS using * to change all the fonts but for some reason, some of the headers didn’t change
the typography option in the settings didn’t work for me that’s why I changed it from the CSS
Hi Faisal,
Thanks for reaching out.
To understand more about your issues, please give us a screenshot of which part of the header the font didn’t change and also I suggest that you update your X theme from 8.0.8 to 8.0.10 and the Cornerstone plugin from 5.0.8 to 5.0.10. Can you also paste the CSS code you added in your theme option so that we can check it?
Hope that helps.
Thank you.
Hello, sorry for taking so long to reply.
this is an example of what I meant. https://i.imgur.com/jbk0wm7.png
everything is updated to the latest version.
the css code I used:
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
* {
font-family: 'Tajawal', sans-serif;
}
Hi Faisal,
I just check your headers font-family and they aren’t using the font-family: 'Tajawal', sans-serif; they are set to font-family: Helvetica,Arial,sans-serif;. Please make sure that you assign the font-family properly to your headers.
Here’s what you need to do, first add a tajawal font to your website by going to the font:
Then in your headline element, assigned the tajawal font and please remove your custom CSS code.
Hope that helps.
Thank you.
Thanks that fixed it for me!
Hi Faisal,
You’re welcome and it’s our pleasure to help you. If you have any other concerns regarding our theme features, feel free to reach us.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.