Once again open sans look awful in chrome its fatter and well, you will see it looks ****
Im using open sans and 300 weight in some places
Please have a look at it in safari where it looks perfect and chrome where it looks ****
i have tried adding this to the functions.php but this did nothing..
add_filter( ‘avf_google_heading_font’, ‘avia_add_custom_font’);
add_filter( ‘avf_google_content_font’, ‘avia_add_custom_font’);
function avia_add_custom_font($fonts) {
$fonts[‘Open Sans’] = ‘Open Sans:300,400,600,700,800’;
return $fonts;
}
It looks fine when logged into wordpress, i had the same issue with another site and it was fixed by Josue
Moderator in this thread,
https://kriesi.at/support/topic/special-heading-element-different-font-weight-on-random-pages/
however i don’t have a child theme or in fact as you will see in admin anything its just one page!
Please see private content i have also provide admin access
Hey midischool!
Thank you for using Enfold.
I checked the site and the headings’ font weight is set to 300.
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
font-weight: 300;
}
Can you please provide a screenshot of the issue? The link to the open sans font is correct:
<link rel="stylesheet" id="googlefonts-css" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin" type="text/css" media="all">
Regards,
Ismael
Hi.
I installed the google font plugin and thats done the trick, thanks for looking though..