Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Change Thunderbird's default font and font colour

  • 8 ответов
  • 1 имеет эту проблему
  • 1080 просмотров
  • Последний ответ от 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