[Resolved] css to make bold font bolder

Home Forums Support [Resolved] css to make bold font bolder

Home Forums Support css to make bold font bolder

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1411019
    Conor

    I need some CSS to make my bolded font even bolder. I find that I can’t tell the difference between normal and bolded font.

    Cheers,
    C

    #1411244
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .entry-content strong {
        font-weight: 900;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1446496
    Conor

    Looks awesome

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