How to Make Fonts on Ubuntu Linux Look Crisp Like on Microsoft Windows

(0 votes, average 0 out of 5)

Have you noticed that fonts on Linux distributions (like Ubuntu) appear fuzzy compared to Microsoft Windows? This is because Ubuntu is using a font display technique called "hinting" which draws the fonts more accurately but can appear blurry to users used to Windows. Below is an example of the difference between Polished Fonts (the Ubuntu default) and Sharp Fonts (the Windows default):

font-comparison

Thanks to OMG Ubuntu! for the screenshot.


Installation

It is possible to make Ubuntu (and other Linux distributions) render fonts as Windows does easily using the Clearfonts package. To install it, simply visit the Clearfonts homepage and download the .deb file, currently clearfonts_0.1.1.deb at the time of this writing. Once it is downloaded, double-click on it to open it, and then click the Install button, similar to the following screenshot:

gdebi-install

Once it is installed, try opening a new application and observe the results. 

 

Uninstallation

If you do not like the new, sharp fonts and wish to revert to Ubuntu's default style of font rendering, simply remove the clearfonts package using the Ubuntu Software Center, Synaptic, or the following command in a terminal:

sudo aptitude remove clearfonts

To make sure everything is removed, also run the following command from a Terminal to remove the configuration file (if present):

sudo rm /etc/fonts/conf.d/39-clear.conf

Restart your computer to complete the process and restore your font rendering as it was before.

Partner Links:
Last Updated on Friday, 01 October 2010 08:25  
Related Articles

» How to Change File Association in Windows

This guide is valid for Windows XP, Windows Vista, and Windows 7.  Windows holds a default program that should be used to open each type of file on your computer.  Many times, installing a new program (such as iTunes)  that handles certain file types will automatically change what file types it will open by default and often this is configurable after installation as well.  However, you can manually change the program Windows uses with the following steps.Click on Start...

» Using Emacs to Insert or Remove Block Comments

When using some languages that don't support block comments (such as or ), it can be pretty frustrating trying to comment out large portions of code.  Fortunately emacs provides an interface which can be used to insert or remove text in multiple lines called 'rectanges'.  Rectangles are a hugely powerful tool that can be used for much more than just block comments, but for the purpose of this article we'll focus solely on how to use them for commenting out multiple lines of...

» How to use Adobe Photoshop's "Alt" Key in Ubuntu 11.10 and Later

When using Adobe Photoshop under WINE on Linux, it is necessary to be able to use the Alt key for a variety of Photoshop actions, such as selecting a source for the Clone Tool. By default, GNOME binds to the Alt key, which prevents Photoshop from being able to use it. In order to change GNOME's Alt keybinding, do the following:Open the Ubuntu Software Center and install gconf-editor (or from the command line sudo apt-get install gconf-editor)Open the Dash or a terminal and launch...