Support,
Since updating my site, I noticed that my font weight has changed from weight Open Sans 300 to weight normal. To be clear, I have updated the theme for years without any issue. I was hoping you could point me in the right direction! Every solution I’ve found on the forum did not work.
Also, I have deactivated all of my plugins – same issue.
Thanks!
Hey tylerjmorrison!
Can you please point out the sections where font weight has changed?
Cheers!
Yigit
Hi Yigit!
Sorry, all of the hearings on the page – h1 to h6.
Hey!
Have you tried adjusting them in Enfold theme options > Advanced Styling > All Headings (H1-H6) > Font weight? :)
Cheers!
Yigit
Yup! No changes :(
I’ve also tried various browsers.
Hi!
The weight “300” is not set for the Open Sans font. Please follow the solution provided here in order to add the new font weight: https://kriesi.at/support/topic/font-fira-sans-dont-work-at-mobile-and-tablet-version/#post-491604
Best regards,
Ismael
Correct me if I am wrong, but the original code and the change to code provided on the link provided is exactly the same. I have tried adding the 300 font weight via functions – from my search – but nothing has worked!
Any other suggestions?
Found a solution – added the following to the top of my style.css in my child theme:
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic);
Is this an acceptable way of making this change? Found a tutorial on WP Beginner.
They had mentioned that a link in the header was best, but also using the @import was acceptable.
Thanks!