Archived topic
css to make bold font bolder
2 replies · Started by Conor on August 20, 2020
Viewing posts 1–3 of 3
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
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 :)
Looks awesome
This archived topic is closed to new replies.