Set Bold Fonts Throughout Thunderbird?
I have visual issues and cannot read thin text. I am trying to set up a Windows machine where it defaults to thin text. Yes, both Windows and Thunderbird allow users to i… (read more)
I have visual issues and cannot read thin text. I am trying to set up a Windows machine where it defaults to thin text. Yes, both Windows and Thunderbird allow users to increase font size and scaling, but I don't have enough screen size. It's much more helpful to increase font weight, and only somewhat increase some font sizes.
I already have /* Global UI font */
- { font-family: Andika !important; }
- { font-size: 12pt !important; }
- {font-weight: bolder !important;}
Which makes the message list good and bold, and
- threadTree tr[data-properties~="unread"] {
color: red !important; }
Which distinguishes unread messages.
But for whatever reason, the fix doesn't extend to the messages or the settings page.