Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14222 - Galeon-1.2.7 doesn't honour default fonts with moz-2.1.2 + xft2
Summary: Galeon-1.2.7 doesn't honour default fonts with moz-2.1.2 + xft2
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-20 04:04 UTC by Paul de Vrieze (RETIRED)
Modified: 2003-04-25 09:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul de Vrieze (RETIRED) gentoo-dev 2003-01-20 04:04:32 UTC
Galeon does not respect it's default fonts, but instead passes the request for
font "serif" to fontconfig (finally). Fontconfig then gives it's default font
which by default is "Nimbus Roman No 9" (if this font is installed which it is
for me). This font is plain ugly, and not the font I selected either. 
Adding this to /etc/fonts/local.conf fixes it, but the selection should be
possible through the configuration menu.

        <alias>
                <family>serif</family>
                <prefer>
                        <family>Times New Roman</family>
                </prefer>
        </alias>
        <alias>
                <family>sans-serif</family>
                <prefer>
                        <family>Arial</family>
                </prefer>
        </alias>
        <alias>
                <family>monospace</family>
                <prefer>
                        <family>Courier New</family>
                </prefer>
        </alias>
Comment 1 foser (RETIRED) gentoo-dev 2003-03-03 19:19:30 UTC
what do you want us to do about it ? 

how is this in galeon-1.2.8 btw ?
Comment 2 foser (RETIRED) gentoo-dev 2003-04-25 09:15:03 UTC
You should use 'enable document specified fonts' or something similar and the other fonts you can just select to your liking, the defaults of fontconfig are not related to galeon and is a matter of personal preference mostly. Currently these defaults are more sane anyway (we removed a RH patch, they prefer free fonts above all others).