I’m using Open Sans font and just noticed that if I’m not logged in to the admin, the font isn’t loading/rendering correctly. All the text looks bold.
If I log in the fonts all look right. Then if I log out they get bold.
UPDATE & SOLUTION WORKAROUND:
I added the google font code directly in the header.php file and it’s working fine now. Looks like the theme has some issue loading Google fonts.
<head>
<link href=’https://fonts.googleapis.com/css?family=Open+Sans:400,300′ rel=’stylesheet’ type=’text/css’>
</head>
Hey!
Glad you got it sorted :)
To add google fonts you can also try a plugin like https://wordpress.org/plugins/easy-google-fonts/
Cheers!
Vinay