Fonts missing

I wanted to get gtk headers and libraries. I wasn’t sure how to do that. I went to gtk website, downloaded their sources and started building them. I think I built and installed glib, pango before some configure script (I don’t remember which) complined that it can’t find glib. At that point I gave up and did a “zypper install gtk2-devel” (because it sounded right). I then opened gedit and sawhttp://i39.tinypic.com/33djjfn.png
The following was printed in the console:

(gedit:10415): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type=‘PangoRenderFc’, script=‘latin’

(gedit:10415): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type=‘PangoRenderFc’, script=‘common’
Luckily the fonts chrome uses for web pages (but not for gui) are fine… What can I do? Should I try removing and reinstalling libpango?
Thanks for your time.

Test a new user login

“make uninstall” for pango solved it. Thanks anyway.