What have I done?!
Compare that to:
You'll see that there's a slight difference.
What have I done?!
Compare that to:
You'll see that there's a slight difference.
The same problem had plagued me since my upgrade to 13.04 until I finally found this post:
Fonts corrupted, all look the same
A bug in pango-graphite is behind this.
https://bugs.launchpad.net/ubuntu/+source/pango-graphite/+bug/1176022
The following fixed it for me.
$ sudo apt-get purge libpango1.0-common pango-graphite
If you don't have libpango1.0-common installed it can be omitted from the command.
$ sudo apt-get purge pango-graphite
[name]@[name]:~$ sudo apt-get purge libpango1.0-common pango-graphite [sudo] password for phoenix: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libpango1.0-common E: Couldn't find any package by regex 'libpango1.0-common'
Something wrong with my repository settings?
– ShortCircuit
Jun 03 '13 at 10:51
* Not an actual word
– ShortCircuit
Jun 04 '13 at 13:59
*customization: -color Xft.antialias: 1 Xft.dpi: 96 Xft.hinting: 1 Xft.hintstyle: hintslight Xft.rgba: rgb
– ShortCircuit May 30 '13 at 18:32