Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Set Bold Fonts Throughout Thunderbird?

  • 3 replies
  • 0 have this problem
  • 34 views
  • Last reply by MarjaE

more options

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

  1. 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.

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.

All Replies (3)

more options

Instead of focusing on font size and weight, have you considered setting a wider font as default? That would eliminate these technical dependencies.

Helpful?

more options

To set the font family and size, it's best done in Settings/General/Lang. & Appearance, Advanced..., with Fonts for: Latin and also with Fonts for: Other Writing Systems. To make fonts bold and 12pt in received and composed messages, Settings and Account Settings, add this to userContent.css:

body{font-size: 12pt !important;
font-weight: bold !important;}

Helpful?

more options

Yes.

I've installed the Roboto fonts, and tried them.

But Roboto lacks hwair, used when transliterating from the Wulfilan alphabet to the Roman one. Andika has hwair, and, when appropriate, combining Andika and Skeirs looks right to me.

In theory, creating my own personal font might work better, but I don't know anything about how to do that.

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.