Best Fonts for Linux Browsers?
BladeMelbourne asks: "As a web developer with a healthy love of Linux, I was wondering which fonts look great in Linux web browsers (particularly Mozilla/Netscape). Using 'Arial,Helvetica,sans-serif' just doesn't look nice.
Do different distro's have different fonts? Which fonts resemble Arial/Helvetica? Which fonts are anti-aliased?
Speaking of anti-aliased, does anyone know concisely how to get AA fonts with Mozilla on RedHat 8.0? I have my TTFs working, but don't seem to display correcly and look rather ugly on my display."
You say you are a web developer, so please pick those fonts out for yourself and just for yourself. Don't pick fonts for me, I like the ones I already have thanks.
Microsoft Verdana & Tahoma fonts. They common fonts for MS systems, and work under linux if you install the fonts. It's really hard to tell the difference between sites using IE on Windows and Mozilla on Linux with these fonts installed.
I typically use "Verdana, Arial, Helvetica" or "Tahoma, Arial, Helvetica"
The easist way to get Mozilla to use rpms that had support for XFT (AA Fonts). for 1.2.1 http://ftp.mozilla.org/pub/mozilla/releases/mozill a1.2.1/Red_Hat_8x_RPMS/xft/
Of course, you could always download the source and compile it with --enable-xft. :)
As for my own pref, I like Luxi Sans. AA support looks great on mine, and even the menus use the default font. Nice when you are running 1600x1200+!
mkdir moz1.3/ Red_Hat_8x_RPMS/xft/RPMS/i386
cd moz1.3
lftp ftp.mozilla.org:/pub/mozilla/releases/mozilla1.3a
mget *
[close mozilla]
rpm -Uvh *
You now have a beautiful browser.