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!

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Thunderbird unread message font release 91.0 64 bit

  • 3 antwoorde
  • 1 het hierdie probleem
  • 3 views
  • Laaste antwoord deur 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?
Aangehegde skermkiekies

Gekose oplossing

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.

Lees dié antwoord in konteks 👍 0

All Replies (3)

more options

Gekose oplossing

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.