CTKArch upgrade notes
Font rendering issues
Freetype2 just hit the stable repositories. That’s why if you updated lately, the DejaVu Sans Condensed
font’s rendering was changed.
Don’t panic, this can be configured back to how it was. (if you don’t like the change)
Create the file ~/.fonts.conf as your user, with the following content:
<match target="font"> <test name="family"><string>DejaVu Sans</string></test> <test name="style" compare="contains"><string>Condensed</string></test> <edit mode="assign" name="hintstyle"><const>hintnone</const></edit> </match>