1

Possible Duplicate:
How do I change fonts and adjust their size?

Why is it not possible anymore the change the themes and fonts?

user17696
  • 269
  • what version of ubuntu? if 11.10 - does this answer your question? http://askubuntu.com/questions/19770/how-do-i-change-fonts-and-adjust-their-size/59920#59920 – fossfreedom Oct 16 '11 at 22:26

1 Answers1

1

Try installing the gnome-tweak-tool

sudo apt-get install gnome-tweak-tool

It will give you some control over the fonts and themes on your system, though not as intuitive for installing new themes - you have to do that manually.

Also, if you try to change the desktop background you'll be given the opportunity to select a window theme from there.

Redian
  • 184