Here is how to change the fonts used in the UI for Thunderbird and Firefox.

See:

Create a userChrome.css file:

  • in Thunderbird, create in ~/.thunderbird/<profile>/chrome/
  • in Firefox, create in ~/.mozilla/firefox/<profile>/chrome/

You may need to create the chrome directory in Thunderbird.

Example contents are at urls above. e.g. to set the global font size:

/* set default namespace to XUL */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*
 * Set all the default font sizes:
 */
* {
  font-size: 11pt !important;
}
Nov 252006

Installing Type1 fonts:

cd /usr/share/fonts/Type1
cp *.{afm,pfb} .
/usr/local/bin/type1inst
/etc/rc.d/init.d/xfs reload

From the type1inst README:

type1inst lives on the Linux archive sunsite.unc.edu in
/pub/Linux/X11/xutils. Updates will be placed there as required.

Monospaced Fonts in Adobe Font Folio:

Courier                               *really nice*
  Adobe Type Basics Fonts/{cob,cobo,com,coo}*

Letter Gothic
  Adobe Font Folio Fonts/Letter Gothic/*

Lucida Sans Typewriter                *really nice*
  Adobe Font Folio Fonts/Lucida Sans Typewriter/*

Lucida Typewriter             *really nice*
  Adobe Font Folio Fonts/Lucida Typewriter/*

OCR
  Adobe Font Folio Fonts/OCRA, OCRB, MICR/

Orator
  Adobe Font Folio Fonts/Orator/

Prestige Elite
  Adobe Font Folio Fonts/Prestige Elite/
© 2012 blog.pletcher.net Suffusion WordPress theme by Sayontan Sinha