By default in Ubuntu 8.10 the fonts aren't great. To fix this, first install the Microsoft Truetype fonts: -
sudo apt-get install msttcorefonts
Then install the Segoe UI font
cd ~
wget http://www.fileden.com/files/2008/2/9/1749988/segoe_ui.zip
mkdir .fonts
cd .fonts
unzip ../segoe_ui.zip
For a great Monospace font, take a look at Inconsolata : -
cd ~/.fonts
wget http://www.levien.com/type/myfonts/Inconsolata.otf
In Gnome, the fonts are changed via "System->Preferences->Appearance" under the Fonts tab - you can then change the default to "segoe_ui", and the monospace to "Inconsolata".
Finally, change the rendering to "Subpixel Smoothing".
Everything should now look much better.
Subscribe to:
Post Comments (Atom)
-
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:- piix4_smbus 0000.00.07.0: SMBus base address uninitializ...
-
This is what I have found to be the quickest way to wipe a hard drive under Linux (you can use an Ubuntu Live CD to do this). sudo shred -...
-
PSPad is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directl...
No comments:
Post a Comment