-
AuthorPosts
-
June 29, 2014 at 3:08 pm #285014
Hello
i have found a similar thread, but the solution there did not work for my issue.
If i select a text to display in BOLD it is displayed in the wrong font.
I use Open Sans for everything and it worked in the past, just when i visited my site recently i realized it is wrong now.Thanks a lot for your support
Daniel
June 30, 2014 at 3:46 pm #285223Hey SonicCube!
It does seem the same on my end – http://i.imgur.com/VDPYSiN.png
Have you already figured it out?Best regards,
YigitJune 30, 2014 at 3:56 pm #285237Hello
Thanks for your answer.
It might be the same font, but not the same size or something. It did look different in previous versions. Exactly the same as the default font set in the admin panel, just bold and colored.June 30, 2014 at 3:58 pm #285239Hi!
Please try adding following code to Quick CSS
strong, b { font-weight: bold!important; font-size: inherit!important; color: inherit!important; }
Best regards,
YigitJune 30, 2014 at 6:32 pm #285324Hello
unfortunately it does not work as it should.
The color inherit sets the font color to white, but the size is fine then.
If i remove color inherit or set it to #1c476f, the size is again messed up.How could it be, that the size of the font is controled trough the “color:” attribute ?
- This reply was modified 10 years, 4 months ago by SonicCube.
July 1, 2014 at 2:59 am #285512Hey!
Thank you for the update.
No, it is the same size with the regular font. Try to add this on Quick CSS:
strong, b { font-weight: normal; font-size: inherit !important; color: white !important; }
You’ll see that fonts enclose with strong tags have the same size with the regular fonts.
Cheers!
IsmaelJuly 1, 2014 at 9:53 am #285615Hello
Somehow it does not look right, maybe it’s a problem with the rendering in the browser ?
Screenshot 1 : With your added CSS but no extra color attribute
Screenshot 2 : With you added CSS including the color attribute whiteJuly 2, 2014 at 4:39 am #286018 -
AuthorPosts
- You must be logged in to reply to this topic.