martin3
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