I'm wanting to make bold text in my blog posts to stand out more. Is there a way to make the text 'bolder' in the css?
I'm wanting to make bold text in my blog posts to stand out more. Is there a way to make the text 'bolder' in the css?
Looking at the diversity of text colors on your site, perhaps the easiest way is to accent the bold font by making it sightly larger, as well as bold in relationship to the surrounding text. That may make it stand out a little more. You could try adding this to the end of your style sheet and then experiment with the size if it looks like it might be do-able.
strong { font-size: 1.2em;}
Thanks. That worked.
Cool..
You must log in to post.