Hi,
I have a problem with bad fonts with diacritic. How can I completely change the font that will be displayed normally on the page? My webpage is in czech language.
Thanks a lot for your help.
Martin
Hi,
I have a problem with bad fonts with diacritic. How can I completely change the font that will be displayed normally on the page? My webpage is in czech language.
Thanks a lot for your help.
Martin
You can try this tweak:
1 - Open the file: templates/ja_playmag/etc/assets.xml
Replace:
<file>fonts/bebasneue-regular/stylesheet.css</file>
<file>fonts/bebasneue-thin-book/stylesheet.css</file>
By:
<file>//fonts.googleapis.com/css2?family=Bebas+Neue</file>
2 - Go to file: /templates/ja_playmag/css/custom.css
Add this css rule:
.com_content.view-article .article-title, .com_content.view-article .article-header h1 {
font-family: 'Bebas Neue', cursive !important;
}
If it doesn't work, you can share the ftp account of your site, I will check for you.
Regards
You're welcome!