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

Default program font appearance

  • 2 replies
  • 0 have this problem
  • 11 views
  • Last reply by sfhowes

more options

Does anyone else have the issue where the interface just looks bad? It's like I'm using an old version of Microsoft office on a Windows 3.1 machine. I see in the settings I can change the font sizes for composing emails but how about the system interface? Others say "just download a theme" but could someone recommend one? This current font makes me want to delete this software and look for alternatives. I only checked out this software because Microsoft sucks. And I'm about ready to leave this one also.

Thunderbird version 142.0 (64-bit) Windows 11 build 26100.4652 Intel Core i5-9400F 32GB ram

Does anyone else have the issue where the interface just looks bad? It's like I'm using an old version of Microsoft office on a Windows 3.1 machine. I see in the settings I can change the font sizes for composing emails but how about the system interface? Others say "just download a theme" but could someone recommend one? This current font makes me want to delete this software and look for alternatives. I only checked out this software because Microsoft sucks. And I'm about ready to leave this one also. Thunderbird version 142.0 (64-bit) Windows 11 build 26100.4652 Intel Core i5-9400F 32GB ram
Attached screenshots

Chosen solution

I Like FluentBird. (seen in screenshot). If you like the screenshot I can tell you how to get it.


..And I like two birds

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

I Like FluentBird. (seen in screenshot). If you like the screenshot I can tell you how to get it.


..And I like two birds

Helpful?

more options

The global font can be set with css:

* { 
	font-size: 10pt !important;
  	font-family: Cambria, serif !important;
}


or e.g. Open Sans, sans-serif

Help/Troubleshooting Info, 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 size and font as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video: How to create a css file (Firefox or TB)

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.