-
AuthorPosts
-
February 22, 2018 at 10:36 am #915955
Hi,
I have trieseveral normal CSS fixes, but my H1 -h6 still apear bolder than “normal”.
a font-weight: 300; or normal or lighter, dosent seen to work.
Its like it wont go under 400.
Can you see anything I dont?
February 22, 2018 at 1:56 pm #916047Hey Jonas,
Please disable caching and minification while we’re helping you.
Best regards,
VictoriaFebruary 23, 2018 at 10:46 am #916571WPRocket is deactivated now
February 24, 2018 at 1:07 pm #917063Hi Jonas,
Looks like the theme is loading two versions of open sans and they are bolder than you need. So you might want to add this font to your website yourself. Here is how to do it
Actually, have you tried setting the p font like this?
Best regards,
Victoria- This reply was modified 6 years, 9 months ago by Victoria.
February 26, 2018 at 11:11 am #917754The thing is, I already did that.
Wiht no respons, so I tried it in the quick css with stuf like:
h1, h2, h3, h4, h5, h6 {
font-weight: lighter!important;
}Also with no respons, its like something is inherted
February 26, 2018 at 11:19 am #917763Hi jjdenmark,
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,
VictoriaFebruary 26, 2018 at 11:33 am #917774And your font you are desired to have not to be bold is open-sans or a different font?
because you can see it in register-backend-google-fonts.php (enfold/includes/admin) that not all integrated font got the 300 option.
Go and have a look on google fonts if the wanted font has a 300 font-stylelink to the google fonts included in enfold: Google Fonts in Enfold
by the way – try it with work-sans ( it has a 100 font-style) if it will work with that font. – if not we had to search a different way why it is not working .
February 26, 2018 at 11:48 am #917783you can see here that open-sans should have font-style 300, 400, 600, 700, 800 : Link
so try it with font-weight: 300 ( and not light or lighter)February 26, 2018 at 12:04 pm #917787I godt i working by adding 300 in functions.php.
Thanks for the help, it got me on the right track
February 26, 2018 at 12:55 pm #917805Hi jjdenmark,
Great! Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.