Control font weight for bold text

Hi,

I’m wondering how to go about controlling the weight of my bolded text. The contrast between my chosen body font and the bold iteration is ridiculous looking. I’d love to designate 500, or 400 for bold since I’m using 300 for regular.

Even if I use the font manager to load only the 300 and 400 versions of my font I get what looks like a big 700 for bold within my paragraph.

You can see it here: https://development.2hatscreative.com/bio/
Thanks

Hi @djguitar,

To achieve that, you can add the code below in Theme Options > CSS

b, strong {
    font-weight: 500 !important;
}

Hope that helps

Perfect, thanks!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.