|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Konqueror fonts and YahooIn a fresh Debian Sid installation I see monospace no-antialiased fonts only
in some yahoo pages such as http://buzz.yahoo.com > "buzz search" button, "Sign Out", "Help", "All", "Entertainment", "Sci/Tech" ... I've another Sid that shows this text with Liberation. The Konqueror web browser fonts configuration and .fonts.conf file are identical. Configuration: Standard Font is Liberation Sans, monospace font is Liberation Mono. Any idea about the difference? Thanks :) ------------------------------------ $ cat .fonts.conf <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font" > <edit mode="assign" name="rgba" > <const>none</const> </edit> </match> <match target="font" > <edit mode="assign" name="hinting" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="hintstyle" > <const>hintfull</const> </edit> </match> <match target="font" > <edit mode="assign" name="antialias" > <bool>true</bool> </edit> </match> <alias> <family>sans-serif</family> <prefer> <family>Liberation Sans</family> </prefer> </alias> <alias> <family>serif</family> <prefer> <family>Liberation Serif</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> <family>Liberation Mono</family> </prefer> </alias> </fontconfig> ------------------------------------ -- Benjamí http://blog.bitassa.cat . -- To UNSUBSCRIBE, email to debian-kde-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Konqueror fonts and YahooOn Wed, Aug 20, 2008 at 13:58:19 +0200, Benjamí Villoslada wrote:
> In a fresh Debian Sid installation I see monospace no-antialiased fonts only > in some yahoo pages such as http://buzz.yahoo.com > "buzz search" > button, "Sign Out", "Help", "All", "Entertainment", "Sci/Tech" ... If I read the CSS correctly, the buttons use "font-family: verdana". > I've another Sid that shows this text with Liberation. The Konqueror web > browser fonts configuration and .fonts.conf file are identical. Check if there is any difference for fc-match verdana between the two Sid installations. > Configuration: Standard Font is Liberation Sans, monospace font is Liberation > Mono. You may have to add something like this to ~/.fonts.conf: <alias> <family>verdana</family> <prefer> <family>Liberation Sans</family> </prefer> </alias> Another possibility is to use the ttf-mscorefonts-installer package, if you can accept having non-free (in the DFSG sense) Microsoft fonts on your system. (This package is in "contrib".) -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to debian-kde-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
| Free Forum Powered by Nabble | Forum Help |