Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

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

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

Thunderbird unread message font release 91.0 64 bit

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

more options

In this latest version of Thunderbird (91.0) on my new windows 10 pro computer, the font used for the summary(?) pane is very bad looking. It is bold (which it was previously) but the actual font is not one that I have selected, either in Thunderbird or my Windows 10 system.

Is there a way to change this font?

The read message font is perfectly fine.

Any suggestions?

In this latest version of Thunderbird (91.0) on my new windows 10 pro computer, the font used for the summary(?) pane is very bad looking. It is bold (which it was previously) but the actual font is not one that I have selected, either in Thunderbird or my Windows 10 system. Is there a way to change this font? The read message font is perfectly fine. Any suggestions?
添付されたスクリーンショット

選ばれた解決策

The font for read or unread in the Threads Pane can be set with this code:

/*Threads Pane font*/
#threadTree > treechildren {
  font-size: 12pt !important;
  font-family: Times !important;
  background-color: lightgrey !important;
  color: navy !important;}

Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the number, font and colors as desired (see picture). Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.

The background-color and color lines can be omitted. In order for the font-family to be displayed, 'Allow messages to use other fonts' must be checked in Preferences/General/Language & Appearance, Advanced.

The same code can be applied to the Folder Pane by replacing threadTree with folderTree.

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

すべての返信 (3)

more options

選ばれた解決策

The font for read or unread in the Threads Pane can be set with this code:

/*Threads Pane font*/
#threadTree > treechildren {
  font-size: 12pt !important;
  font-family: Times !important;
  background-color: lightgrey !important;
  color: navy !important;}

Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the number, font and colors as desired (see picture). Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.

The background-color and color lines can be omitted. In order for the font-family to be displayed, 'Allow messages to use other fonts' must be checked in Preferences/General/Language & Appearance, Advanced.

The same code can be applied to the Folder Pane by replacing threadTree with folderTree.

more options

Does it also happen when TB is started in safe/troubleshooting mode?

more options

to Wayne Mery. Yes it continued in troubleshooting mode.