Can you please provide me with all classes, ids and elements where I need to change font-family, so that I can have my custom font on the complete website?
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
I mean I could just overwrite the font-family for all classes (& ids) instead of this php snippet but then I'd need all the classes & ids to overwrite.
I could then set the salient font in theme options to something like Arial to prevent the call to the google servers.
Hi,
Can you please provide me with all classes, ids and elements where I need to change font-family, so that I can have my custom font on the complete website?
Like "h1,h2,h3,..."
Hey Again,
Please have a look at this Article :Add a Custom Font.
Best
ThemeNectar Support Team
Thanks for the quick reply!
Salient tries to get my custom font from google even though I implemented it via @font-face.
Thus there is always a 404 error when I load the site - how to prevent this?
I implemented the custom font like this:
My custom font is named IBMPS, salient puts following script in head which results in 404:
The new EU privacy law (possibly) demands that I don't load the fonts via google API but from local server.
Hey Again,
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Best
ThemeNectar Support Team
Hey there,
Thanks for reaching in,
Have you tried to implement the other alternatives in the articles included and see if they work?
Regards
Hi Andrew,
there is no alternative to this php snippet?
I mean I could just overwrite the font-family for all classes (& ids) instead of this php snippet but then I'd need all the classes & ids to overwrite.
I could then set the salient font in theme options to something like Arial to prevent the call to the google servers.
Hey Again,
See screenshot : http://prntscr.com/jfs3il . You can find the relevant css selectors in "salient/css/fonts.php" .
Best
ThemeNectar Support Team
Awesome, thanks Tahir!