Okay
  Public Ticket #1742725
Bold text not showing
Closed

Comments

  •  2
    dustandgrooves started the conversation

    Hi,

    Bold is not showing on published post, even though I set it as bold on the backend. 


  • [deleted] replied

    Hi Dustan,

    Please add the code below to your Custom CSS area:

    b, strong {
        font-weight: 600;
    }

    It should make your fonts bold.

    Thanks!

  •  2
    dustandgrooves replied

    Thanks,

    I do feel it's strange to use custom CSS for a basic feature like this. 

    Why is that? 


    Is there a reason the formatting doesn't work? 


  • [deleted] replied

    Hi Dustan,

    A lot of fonts created problems when given font-weight: 700 by default because some of those fonts didn't support bold and when that happen browser tries to "simulate" bold and that font doesn't look good in bold.

    You can also remove the CSS code and apply your bold font in the Typography area.


    (view on a new page)

    We will discuss with the team if there is a better way to handle this, and if we change something in this area you will see that information in the theme changelog.

    I wish you a great weekend!