PDA

View Full Version : FC6 and Firefox fonts


iamroot
13th June 2007, 03:52 PM
Can anyone tell me which fonts I should use for Fedora and Firefox to get the optimum readability? The default Sans fonts for FC6 don't look too good.

zenarcher
13th June 2007, 04:45 PM
Personally, I went with this guide for fonts.....

http://avi.alkalay.net/linux/docs/font-howto/Font.html

Maybe that will help you.

Cheers,
zenarcher

rjstaaf
13th June 2007, 04:54 PM

Have you tried the RedHat Liberation fonts?

http://www.press.redhat.com/2007/05/09/liberation-fonts/

Seve
13th June 2007, 05:13 PM
Hello:
This may also help your look and feel.
Check your /Preferences/Fonts/Details and see what your Resolution XX dots per inch says ?
I think the default is 96 ? although I could be mistaken.
Then from a terminal type
xdpyinfo | grep -B1 dot
and see what the resolution is there ?

It should agree
In my case it is 96x96

If it does not agree, you can add the following to your /etc/X11/xorg.conf file
Under the Section "Device"
Option "DPI" "96 x 96"

Save, then Ctrl Alt Backspace to restart your Xserver and run
xdpyinfo | grep -B1 dot


Seve