For some strange reason the fonts are different on the inner pages…
They all need to be as set in Advanced Styling, but the inner pages are not doing this.
Hey whdsolutions,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Any ideas?
Hi whdsolutions,
Thanks for giving us admin access.
We have checked the homepage and inner pages and though they use the same CSS, font-weight does not seem to work properly on inner pages when montserrat font is used, though this is only happening on your site :(
I’m not really sure why this happens, can you try to update your site to the latest version of Enfold? maybe it will help, just make sure to have a backup first.
Best regards,
Nikko
It’s happening again
Hi whdsolutions,
The about page seems to load only 2 fonts while the homepage loads 3.
Can you give us temporary admin access on the site? so we can try to look into the settings again, hopefully we can find a solution.
Best regards,
Nikko
Details
Hi whdsolutions,
The differences seems to be coming from layerslider.
Can you try to add this code at the bottom of functions.php (we suggest using a child theme):
function custom_add_google_fonts() {
wp_enqueue_style( 'montserrat-google-fonts', 'https://fonts.googleapis.com/css?family=Montserrat:400,700', false );
}
add_action( 'wp_enqueue_scripts', 'custom_add_google_fonts' );
Best regards,
Nikko