My actual body font doesn’t show polish diacritics, so I want to change it. But without changing fonts in widgets. How do I do it?
Hey Adrian,
go to the backend, browse to Design/Customize and add the following code to the Header Code in the Custom Code section:
<style>
.entry-content,.page-content{font-family:’Your font’}
</style>
The .entry-content is for the content on articles and .page-content for the text on pages.
Hope this helps.
Best regards,
KeSch
I managed to do that myself few hours ago, but thanks anyway!
Thanks @kesch. I appreciate it !
@huiggi !
Seems like you have resolved this issue. Could you mind marking the “Resolved” status for this question? If you have any question, feel free to create new question, we will resolve it !
Please login or Register to submit your answer