Tagged: Fonts
The site I built looks totally fine on my mac – in any browser.
But on a windows pc, the captions are displayed as Times.
I had changed this before (Headings use Merriweather font), but then they seem to have changed back to Times – only on windows pcs. Is it an issue with the font? What can I do to fix this?
I am guessing I would need to change the Fallback fonts… How do I do that?
In the Enfold Menu under General Styling -> Fonts -> Heading Font, it only shows google fonts as options. I have tried it with several of those fonts, but the issue still persist on Windows.
Hi,
Could you try to clear the browser cache and reload a few times in the browser on Windows to see if that helps please?
Thanks,
Rikard
Thank you, but that doesn’t help. Also I checked on several windows devices and it’s the same everywhere. Help please :)
Hi!
I’m sorry but what do you mean by “Captions in Main Menu”? Are you referring to the menu font?
Cheers!
Ismael
Hey!
I believe you are using a font that is installed on all your mac systems but is not on windows hence the windows will display a default font set int he browser
.main_menu ul:first-child > li > a {
font-family: HelveticaNeue;
}
Remove any custom css for font family and please try this plugin https://wordpress.org/plugins/wp-google-fonts/ and set up your font styles this should fix the inconsistancy in the font style accross all platforms.
Best regards,
Vinay