[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Making Firefox use certain fonts for printing (was: Re: Highlighting and annotating PDFs?)



also sprach Rogério Brito <rbrito@ime.usp.br> [2006.08.27.2018 +0200]:
> So, in light of this, would anybody know how to tell Firefox to
> explicitly use some given fonts in what it prints?

You can probably add a user stylesheet with @media selectors:

@media print {
  body {
    font-family: foo bar;
  }
}

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.     martin f. krafft <madduck@debian.org>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
linux: because a pc is a terrible thing to waste

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


Reply to: