4
6
I've been using linux mint 7 for a couple of weeks now and I'm pretty happy with it, but I wanted to try out other desktops, e.g. KDE/Xfce
I'm not sure if it's KDE's fault of Xfce's, but firefox's font rendering sucks now, it renders jagged/aliased fonts.
I'm using xfce right now,
My Xfce settings Manager > appearance > fonts
settings roughly look like this:
Default Font: Sans | 9 Rendring : [x] Enable anti-aliasing Hinting: None Sub-pixel Order: None
But it's as if firefox ignores these settings!
1Yeah, I find fonts.conf sort of overrides pretty much everything else, so I always look to it first for font problems. Glad it helped! – John T – 2009-07-27T04:25:28.173
Careful, there is a space in the code above, make sure there is no space before the first opening bracket (check if you get
Fontconfig error: "~/.fonts.conf", line 1: XML or text declaration not at start of entity
error on runningfc-cache
after adding this file). – berezovskyi – 2016-05-13T22:29:06.187