Ubuntu Google font is not showing on Safari. See https://www.screencast.com/t/CM7NvGlhpmy and on http://apptomorrow.zoiezo.nl/ in Chrome or Firefox to see the difference.
Regards, Sander
Hey Sander,
It’s not displaying on any of those browsers on my end, how did you try to set the font?
Best regards,
Rikard
Hi There,
Thanks for your reply. I’ve set the font type within the layer slider options as you can see on https://www.screencast.com/t/Ewj3rUjeQzI
Regards, Sander
Hi,
Please, ensure that you follow these steps to add a custom font: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and if this now worked, share with me your WP credential and the website link in the private content, please.
Best regards,
John Torvik
Hello,
I’ve added the code as you mentioned, but I guess I did something wrong because the font is not loading when I test on browserstack.com. I’ve also added the credentials for WP.
Thanks, Sander
Hi,
I added following code to Functions.php file in Appearance > Editor
add_action('wp_head','ava_ubuntu_font');
function ava_ubuntu_font() {
$output = '<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700" rel="stylesheet">';
echo $output;
}
Please review your website now :)
Best regards,
Yigit
Thanks, that did the job!!!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit