För att prova de tusentals tillägg tillgängliga här, ladda ner Mozilla Firefox, ett snabbt och gratis sätt att surfa på webben!
StängVälkommen till Firefox tillägg.
Välj bland tusentals extrafunktioner och stilar för att göra Firefox till ditt.
StängRecension av Theme Font & Size Changer for ThunderBird av Mr. Bob
Betygsatt 1 utav 5 stjärnor
Locate this folder:
C:\Users\YourName\AppData\Roaming\Thunderbird\Profiles\xxxxxx.default
within the xxxxxx.default folder created a folder and call it chrome
open the chrome folder and add a new text document and name it userChrome.css
now open userChrome.css with notepad
paste the following code exactly:
/*
* 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 */
/*
* Make all the default font sizes 12 pt:
*/
* {
font-size: 12pt !important;
font-family: Arial !important;
}
Note: change the font size and font family to your liking
Note: you must restart Thunderbird for changes to take effect.
För att skapa egna samlingar, måste du ha ett konto för Mozilla tillägg.