The code to print bold text is currently commented out, even though it works fine. This PR uncomments it to add support for rendering bold text.
I also noticed that bold text wasn't very pronounced, so I changed the font-weight to bolder. If this is undesired, just let me know and I can remove that change.
The code to print bold text is currently commented out, even though it works fine. This PR uncomments it to add support for rendering bold text.
I also noticed that bold text wasn't very pronounced, so I changed the
font-weight
tobolder
. If this is undesired, just let me know and I can remove that change.Before:
After (with
font-weight="bold"
):After (with
font-weight="bolder"
):I also noticed the bold
Fixes #75