Hacker News new | ask | show | jobs
by sramov 4608 days ago
The fonts are looking nice and sharp for me:

http://s24.postimg.org/n94n4dred/fonts.png

I fetch freetype via CVS from xenocara tree:

    cvs co xenocara/lib/freetype
Apply the subpixel patch (the Adobe CFF stuff is already default in -current):

http://dpaste.com/hold/1438578/

And use the following `~/.config/fontconfig/fonts.conf`:

http://dpaste.com/hold/1438579/

You might also want to delete `/etc/fonts/conf.d/30-lucida-aliases.conf`.

1 comments

Forgot to add, after you uncomment the subpixel stuff, just do a `make && sudo make install && make clean` from the `xenocara/lib/freetype` directory.

Also, repeat the same after each snapshot upgrade, as the X sets will overwrite it every time, naturally. Don't forget to keep it updated as well, with `cvs up`.