Adrian Ugowski
asked 10 years ago

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?

2 Answers
kesch
answered 10 years ago

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

Adrian Ugowski
replied 10 years ago

I managed to do that myself few hours ago, but thanks anyway!

DominicStaff
answered 10 years ago

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 !

Powered by DW Question & Answer Pro