30 October 2007

Firefox fonts in Debian Lenny

Debian's Testing branch, Lenny, is a great OS. It's what i am running at work, for its stability, its fantastic package (application) selection, and, being the Testing (and not Stable) branch, its constant updates to software.

However, in KDE running the Firefox as installed from source from Mozilla (due to their licensing, Debian will not include products under the MPL (Mozilla Public License)), fonts never looked very good.

Until I ran this:
$ sudo dpkg-reconfigure fontconfig-config
I selected the Autohinter due to not really knowing if I use Bitstream Vera, and I know I don't (choose to) use Microsoft fonts; I chose Always for the LCD question (step two of three), and I chose No for the "Use Bitmap fonts?" question (the last). Then I restarted my X server (the graphical display) with [ctrl][alt][backspace].

Now Firefox looks wonderful. There are other tips in that post but I am pretty happy with this setup, so I am going to leave it be.

I find it odd that the initial Firefox font, Times, is no longer an option, however. Not sure why that would be, but it is the case.

Thanks, Free Software, for making my life configurable!

5 comments:

a235 said...

man you rocks with this tip, i thought that i'm pretty ok with deb, but with new install i've screwed up with setting bitmap fonts as default use

Anonymous said...

Thanks :)

Anonymous said...

Thanks a lot.

VPC said...

This one didn't worked for me, but I found the following one in
http://support.mozilla.com/en-US/forum/1/586413


Put about:config into the address bar, Enter, click through any warning page ("I'll be careful") then into the Filter box paste:

layout.css.devPixelsPerPx

Double click the line listing that preference to change the value to 2

Anonymous said...

Thanks a lot!!!