Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

How to change font for mail printing in Thunderbird?

  • 1 odgovor
  • 1 ima ovaj problem
  • 37 prikaza
  • Posljednji odgovor od bflmpsvz

more options

I am satisfied with my setting of the way how Thunderbird shows e-mails - green on black. But when I try to print it, the Print preview shows green on white. Black and white printer prints it light grey on white, which is barely readable, and also some crazy fonts are used. Is there any way how to change font and its color only for Print preview/Printing?

I am satisfied with my setting of the way how Thunderbird shows e-mails - green on black. But when I try to print it, the Print preview shows green on white. Black and white printer prints it light grey on white, which is barely readable, and also some crazy fonts are used. Is there any way how to change font and its color only for Print preview/Printing?

Izmjenjeno od Matt

Svi odgovori (1)

more options

Well, I partly succeeded by editing UserContent.css file for Thunderbird. But I am not able to change the font... My UserContent.css now looks like this:

@media print {

            * {color: #010101 !important;}
            * {font-size: 11pt !important;}
            * {line-height: 1.2 !important; }
            * {letter-spacing: -1px; }
           
            }

/*

 No success:
 * {font-family: 'Courier New', courier, typewriter, monospace;}  
 * {padding: 3px 0; }
 * {style="font-family: 'Courier New', courier, typewriter, monospace;"}
 * {font: 15px arial, sans-serif !important;}
 * {font: italic bold 12px/30px Georgia, serif;}
 * {font-family: Arial, Helvetica, sans-serif;}
 * {font-stretch: condensed ; }
 * {font-kerning: none }
 * {@charset "UTF-8"; }
 * {font-size-adjust: 0.58;}
*/

/*

 Success:
* {font-size: 11pt !important;}
* {font-size: 1.1em !important;}
* {font-style: italic;}
* {text-decoration: underline;}
* {font-weight: bold;}
* {letter-spacing: -2px; }
*/