Font Choice Not Working in Safari

I’ve added TEKO to the fonts list and specified the CSS.

Here is what it looks like in Chrome:

Here it is in Safari:

Hi Justin,

Thank you for writing in, actually on my end even on Chrome the font-family TEKO is not loading on your site. I suspect you only define this font on the Font Manager, but did not actually use it on any element other than applying it via custom CSS, that is why it is not loading. If so, please add this to your Child theme’s style.css file to make sure that font TEKO will be loaded to your site.

@import url('https://fonts.googleapis.com/css?family=Teko:400,700');

Hope it helps,
Cheers!

That worked! Thank you.

You’re welcome!
Thanks for letting us know that it has worked for you.

I’m having the same issue with pt-sans-pro-caption & pt-sans-pro-condensed on Safari. They are both Adobe fonts. How do I format the code for these?

The website is https://www.threeponds.co/

Hello Matthew,

Thanks for updating this thread. I have checked your site and compared side by side using Chrome and Safari. The fonts were working perfectly.

Please clear your Safari browser’s cache and test your site again.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.