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

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Change Thunderbird's default font and font colour

  • 8 件の返信
  • 1 人がこの問題に困っています
  • 484 回表示
  • 最後の返信者: Stans

more options

Is there a way to change the system font and colour (not message)?

Thanks.

Is there a way to change the system font and colour (not message)? Thanks.

選ばれた解決策

Proceed as follows:

  • Open the Config Editor, search for toolkit.legacyUserProfileCustomizations.stylesheets and toggle it to true
  • Use the following code in your userChrome.css file:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
*{ font-size: 9pt !important; font-family: Roboto !important; color: #808080; !important; }
  • Restart Thunderbird.

Omit the font-size line if you don't wish to change the size. 9pt is the default size in Windows. Change the color code to a shade of gray that you want. This may help. You must of course install Roboto first. Attached is a screenshot of the result on my end.

この回答をすべて読む 👍 2

すべての返信 (8)

more options

The font face or size?

more options

Well, I wanted the Roboto font for the entire UI and grey colour instead of the default black. Thanks.

この投稿は Rasheed A.Z. により に変更されました

more options
more options

Thanks for replying but it looks like that addon is not available any more. I also tried the userChrome.css method but nothing changed :(

more options

選ばれた解決策

Proceed as follows:

  • Open the Config Editor, search for toolkit.legacyUserProfileCustomizations.stylesheets and toggle it to true
  • Use the following code in your userChrome.css file:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
*{ font-size: 9pt !important; font-family: Roboto !important; color: #808080; !important; }
  • Restart Thunderbird.

Omit the font-size line if you don't wish to change the size. 9pt is the default size in Windows. Change the color code to a shade of gray that you want. This may help. You must of course install Roboto first. Attached is a screenshot of the result on my end.

more options

Thanks for the excellent answer Stans. It finally worked. Part of the problem was with Windows - just installing the font set one one didn't seem to work until I copied and pasted the whole font family into the Windows font folder.

I'm astonished at how much difference just a font and colour change did to the look! It's looking a little less dated and more like Mailspring now. I decided on this btw:

  • {

font-size: 12pt !important; font-family: Roboto Light !important; color: #404040; !important; }

この投稿は Rasheed A.Z. により に変更されました

more options

I have the same question/problem. Where is userChrome.css located?

I'm using Win 10 x64.

この投稿は Tony により に変更されました

more options

Tony said

I have the same question/problem. Where is userChrome.css located?

It doesn't exist by default. You have to create it, then save it inside your Tbird profile folder in a subfolder called chrome. See https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Thunderbird_Configuration_Files