I am using 18.04 and Thunderbird 68.7.0 64-bit. I am ok with other default settings but font. I would like to change it to Raleway, if possible. I tried through Preferences(screenshot below) without success. Whatever I enter, I get the same default font in Thunderbird. I would at least like to have the listing fonts changed to Raleway - 24. It is ok even if the messages ( inside ) are of a different font. Any help will be great.
Update :
Looks like the font changes inside the email (content) but not in listing.
1 Answer
This window lets you change only the fonts in emails, not those in the Thunderbird app itself.
There used to be an Add-on for this (Theme Font & Size Changer for ThunderBird) but it doesn't work with current versions of Thunderbird. Luckily, it isn't very difficult to change these things manually.
- Locate your profile folder. It is called
[random string].defaultand it's located in/home/[username]/.thunderbird. - In it, find the
chromefolder. If there is none, create one. (This has nothing to do with the Google browser of the same name BTW.) - In it, open the file
userChrome.csswith your favourite text editor. Again, if you don't have one, create one. This is standard CSS. To change the font everywhere, enter:
* { font-family: 'Raleway', Arial, sans-serif; }Save the file, restart Thunderbird, and see your changes.