Tagged: , , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #285223

    Hey SonicCube!

    It does seem the same on my end – http://i.imgur.com/VDPYSiN.png
    Have you already figured it out?

    Best regards,
    Yigit

    #285237

    Hello

    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.

    Screenshot

    #285239

    Hi!

    Please try adding following code to Quick CSS

    strong, b {
    font-weight: bold!important;
    font-size: inherit!important;
    color: inherit!important;
    }

    Best regards,
    Yigit

    #285324

    Hello

    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 ago by SonicCube.
    #285512

    Hey!

    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!
    Ismael

    #285615

    Hello

    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 white

    Bold Blue

    bold white

    #286018

    Hi!

    Thank you for the screenshot.

    I’m not exactly sure what you’re trying to show on the screenshot. The blue font looks smaller because of the black background but they have the same size if you check it on any image editor:

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.