Site logo

Archived topic

Customize weigh for bold fonts

3 replies · Started by Jagoba on April 29, 2019

Viewing posts 1–4 of 4

Hi,

I would like to customize weight for bold fonts, is it possible?
I mean, now the bold words on my site are very strong and I would like them to have less weigh.

Thanks!

Hi there,

do you mean when you make text bold within the post editor?
If so those elements are wrapped in a <strong></strong> tag and can be styled with this CSS:

strong {
    font-weight: 500;
}

Yes, thanks!

You're welcome

This archived topic is closed to new replies.