Re: CSS "print" preferences

"Minh Nguyen" <[email protected]> 16 Aug 2004 19:00:24 -0700
Newsgroups gmane.comp.mozilla.devel.prefs
Organization http://groups.google.com
Message-ID <[email protected]>
Try the following code:

@media print {

body {font: 12pt "Times New Roman", "TimesNR", "Times", serif}
* {color: black !important; background: white !important}

}

Jerry L. Kazdan wrote:
> I am tired of Mozilla frequently printing in tiny type.
>
> After a fair amount of searching, I could not find a way to customize
> the printed output.  I suggest being able to use an external CSS
style
> sheet for printing.  Mine would simply say:
>
> body {font: 12pt "Times New Roman", "TimesNR", Times, serif;}
> * {color: black !important; background: white !important}
>
> [I am using Mozilla 1.7 on Linux (kernel 2.4.22).]
> 
>     Thanks,
>     Jerry