**bold text** is broken
See original GitHub issueThe bold text styling using **bold**
is not working.
The bold font weight is being overwritten with font-weight: 500
by a different class in the css somewhere.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Big Sur - Bold text no longer works? - Apple Community
Big Sur - Bold text no longer works? Previous keynotes with bold text are broken and I have to re-bold them by manually...
Read more >ctrl b not working to bold text - Microsoft Community
Hello, My ctrl b/ctrl-shift-b function abruptly quit working to bold text in all my Office applications, and the problem began in Microsoft ...
Read more >[SOLVED] TEXT-BOLD Does Not Work Using HTML5 - CSS ...
Re: TEXT-BOLD Does Not Work Using HTML5 The "font-weight" property is the correct property for setting the weight (or boldness) of a font....
Read more >Bold font not working? - Support - Themeco Forum
Hey! I'm trying to bold my H3 and it's not making it bold, instead is just spaces the letters a bit. It worked...
Read more >CSS bold not working - Stack Overflow
The html has 2 paragraphs. The first par is normal and the second is bold. When I use the inherit, both lines have...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah I played around with it and it appears my font doesn’t get bold at
font-weight: 500
but only at600
. I switched my font to a different one now, but for first time user it might be confusing.You could also specify to use a certain default font alternatively, which would require pulling from cdn probably to make it universal for all. Or just use
600
.Maybe your font does not work well with number font-weights. I think I’ll change the default
font-weight
to600
later, as in GitHub. It works for me though.