Feeds:
Posts
Comments

Posts Tagged ‘Fonts’

While looking for a new Font for my terminals on my Windows machine at work – because seriously, Courier New kinda sucks -, I came across the Anonymous Pro font. Really nice looking and distinct shapes for characters that could be mistaken for one another (O, 0, I, l, 1, etc.). Best of all, it’s [...]

Read Full Post »

… so turn it off. It seems my struggle for a really nice, good looking, crispy font configuration is never ending. But hey, guess that’s what I somehow love.
<match target=”font” >
        <test compare=”more” name=”weight” >
                <const>medium</const>
        </test>
        <edit mode=”assign” name=”autohint” >
                <bool>false</bool>
        </edit>
</match>
in ~/.fonts.conf will do the trick and turn off the Autohinter [...]

Read Full Post »

For w/e reason they are no longer included in the official repositories – I know, I know… There are replacements around, which I use, but for work purposes you unfortunately just need them.

wget http://download.opensuse.org/update/10.3/scripts/fetchmsttfonts.sh
chmod +x ./fetchmsttfonts.sh
./fetchmsttfonts.sh

Done.

Read Full Post »

… gosh, I always forget what I do to my font configs on my machines.
KDE: Enable Antialiasing/Subpixel hinting RGB/Style Medium
Fontconfig system wide: Replace Helvetica with something readable in .fonts.conf
Link 10-autohint.conf and 10-sub-pixel-rgb.conf
To be never forgotten again for my fonts to look gorgeous.

Read Full Post »

… at least when using Sidux.
I was quite annoyed yesterday because my KDE fonts looked simply crispy and marvellous, yet the ones in Pidgin and Iceweasel/Firefox (pretty much the only GTK apps I use) looked like shit. gtk-qt-engine does a good job keeping my fonts the same, but there was simply no anti-aliasing going [...]

Read Full Post »

Font tweaks

Thanks to some helpful comment at osnews.com I tried changing my KDE fonts to the excellent Bitstream Vera Sans Fonts with medium Subpixel Hinting enabled and boy… Did that make a difference. Crispy, excellent looking fonts that you can actually read a mile away now. Makes me wonder why no distribution I ever tried [...]

Read Full Post »