I need a way to change the font size in Thunderbird
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
In my installation of Puppy Linux 4.3.1, you need to travel to /root/.thunderbird/dhget5jr.default/chrome. (The "dhget5jr" is a variable that will be different on your particular system.) My .default folder did not have a sub-folder named "chrome", so I created it. Then in my text editor, I created a new file named userChrome.css, and populated it with the following:
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* Global UI font */
* { font-size: 12pt !important;
font-family: Verdana !important;
}
Restart Thunderbird, and voila! bigger fonts everywhere. (Your eyes may be younger than mine, so try substituting 11pt instead.)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.