<?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>Linux, Open Source and Web 2.0 &#187; true-type</title>
	<atom:link href="http://articles.itecsoftware.com/tag/true-type/feed" rel="self" type="application/rss+xml" />
	<link>http://articles.itecsoftware.com</link>
	<description>Itec Software</description>
	<lastBuildDate>Mon, 06 Sep 2010 18:29:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing true-type (ttf) Fonts in Ubuntu</title>
		<link>http://articles.itecsoftware.com/web-development/installing-true-type-ttf-fonts-in-ubuntu</link>
		<comments>http://articles.itecsoftware.com/web-development/installing-true-type-ttf-fonts-in-ubuntu#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:24:16 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Useful Stuff]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[true-type]]></category>
		<category><![CDATA[ttf]]></category>
		<category><![CDATA[ttf in ubuntu]]></category>

		<guid isPermaLink="false">http://articles.itecsoftware.com/?p=294</guid>
		<description><![CDATA[Installing true-type fonts in Ubuntu is an easy task. With literally thousands of free fonts available on the Internet, (from sites such as 1001 Free Fonts or DaFont), who could resist to add that extra spice to their documents or websites. Ready? Here we go! First, find and download your desired fonts into ~/Downloads/fonts. You [...]]]></description>
			<content:encoded><![CDATA[<p>Installing true-type fonts in Ubuntu is an easy task. With literally thousands of free fonts available on the Internet, (from sites such as <a href="http://www.1001freefonts.com" target="_blank">1001 Free Fonts</a> or <a href="http://www.dafont.com/" target="_blank">DaFont</a>), who could resist to add that extra spice to their documents or websites.</p>
<p>Ready? Here we go!</p>
<p>First, find and download your desired fonts into ~/Downloads/fonts. You may have to create that directory first. Then extract them and copy to the system fonts directory as follows:</p>
<pre style="margin: 0px; padding: 6px; overflow: auto; background-color: #ffffff; width: 640px; height: 146px; text-align: left;" dir="ltr"><span style="color: #003300;"><em><span style="color: #008000;">cd /usr/share/fonts/truetype
sudo mkdir customFonts
cd customFonts
sudo cp ~/Downloads/fonts/*.ttf .
sudo chown root.root *.ttf
sudo mkfontdir
cd ..
fc-cache</span></em></span></pre>
<p>And that&#8217;s it. If you had your favourite graphics program open during this process, you&#8217;ll likely need to restart it to see the added fonts.<br />
Have fun!</p>

<div style="font-size:0px;height:0px;line-height:0px;margin:0;padding:0;clear:both"></div>]]></content:encoded>
			<wfw:commentRss>http://articles.itecsoftware.com/web-development/installing-true-type-ttf-fonts-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: articles.itecsoftware.com @ 2010-09-09 21:40:47 -->