3

What have I done?!

enter image description here

Compare that to:

enter image description here

You'll see that there's a slight difference.

Meer Borg
  • 4,963

1 Answers1

2

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
LinkP
  • 183
  • [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
  • No. It just means you don't have libpango1.0-common installed. Omit that missing package from the command and just purge pango-graphite. – LinkP Jun 03 '13 at 13:40
  • Thanks, every thing totally works now! but now I'm miss my messed up font, better get used to not-messed-up-fonts* * Not an actual word – ShortCircuit Jun 04 '13 at 13:59