<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Naatan.com - Opensource Web Developer &#187; ubuntu fonts</title>
	<atom:link href="http://naatan.com/tag/ubuntu-fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://naatan.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 23 Jul 2009 02:35:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Crisp Fonts on Linux</title>
		<link>http://naatan.com/2008/12/crisp-fonts-on-linux/</link>
		<comments>http://naatan.com/2008/12/crisp-fonts-on-linux/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 04:42:08 +0000</pubDate>
		<dc:creator>Naatan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Other Snippets]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[crisp fonts]]></category>
		<category><![CDATA[linux fonts]]></category>
		<category><![CDATA[ubuntu fonts]]></category>

		<guid isPermaLink="false">http://naatan.com/?p=269</guid>
		<description><![CDATA[Well I just installed Linux Mint tonight as I really liked where the Project was going, it&#8217;s basically Ubuntu with some extra&#8217;s for the real Linux geeks.
The only problem with any (or most) new Linux installations is that the fonts are blurry and spacing is just off.. So I did some googling and found this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://naatan.com/wp-content/uploads/2008/12/fonts.png"><img class="alignright size-medium wp-image-271" title="fonts" src="http://naatan.com/wp-content/uploads/2008/12/fonts-300x260.png" alt="fonts" width="168" height="146" /></a>Well I just installed Linux Mint tonight as I really liked where the Project was going, it&#8217;s basically Ubuntu with some extra&#8217;s for the real Linux geeks.</p>
<p>The only problem with any (or most) new Linux installations is that the fonts are blurry and spacing is just off.. So I did some googling and found <a rel="nofollow" href="http://ubuntuforums.org/showthread.php?p=16896">this thread on the Ubuntu forums</a>, if you follow the 2 simple steps given you&#8217;re fonts will look a lot better..</p>
<p>Create a file called <strong>.fonts.conf</strong> in your home directory (<em>vim ~/.fonts.conf</em>) and paste in the following contents</p>
<pre title="code" class="xml">
&lt;?xml version="1.0"?&gt;
&lt;!DOCTYPE fontconfig SYSTEM "fonts.dtd"&gt;
&lt;fontconfig&gt;
&nbsp; &lt;match target="font"&gt;
&nbsp;&nbsp;&nbsp; &lt;edit name="autohint" mode="assign"&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bool&gt;true&lt;/bool&gt;
&nbsp;&nbsp;&nbsp; &lt;/edit&gt;
&nbsp; &lt;/match&gt;
&lt;/fontconfig&gt;
</pre>
<p>After that relog.</p>
<p>Apperantly the reason this isn&#8217;t done by default is because Apple has some patents on the techniques used to make this happen.. don&#8217;t you just hate patents..</p>
<p>Note that I&#8217;ve only tried it on Linux Mint 6 (based on Ubuntu 8.10), but I reckon it should work for most distro&#8217;s.. gonna try it tomorrow on Centos 4.7 at work.</p>
]]></content:encoded>
			<wfw:commentRss>http://naatan.com/2008/12/crisp-fonts-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
