<?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>Nancy Fusco &#187; fonts</title>
	<atom:link href="http://nancyfusco.com/wp/index.php/tag/fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://nancyfusco.com/wp</link>
	<description></description>
	<lastBuildDate>Sun, 29 Apr 2012 14:45:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to install true type fonts in Linux Debian</title>
		<link>http://nancyfusco.com/wp/index.php/2009/04/how-to-install-true-type-fonts-in-linux-debian/</link>
		<comments>http://nancyfusco.com/wp/index.php/2009/04/how-to-install-true-type-fonts-in-linux-debian/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 19:27:02 +0000</pubDate>
		<dc:creator>Nancy</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://nancyfusco.com/wp/?p=681</guid>
		<description><![CDATA[First download any True Type Font to your Desktop. If you download a zip file, use ARK to unzip/extract it. ARK is usually at Applications &#124; Accessories. After extraction, you will have a file with the extension .ttf If your extraction left you with file(s) that have multiple underscores or spaces, right-click the file choose [...]]]></description>
			<content:encoded><![CDATA[<p>First download any True Type Font to your Desktop. If you download a zip file, use ARK to unzip/extract it. ARK is usually at Applications | Accessories. After extraction, you will have a file with the extension .ttf</p>
<p>If your extraction left you with file(s) that have multiple underscores or spaces, right-click the file choose Rename. Edit and remove extra spaces and underscores but leave the extension .ttf . This will make it a lot easier to copy these files from the command line as you&#8217;ll see in a moment.</p>
<p>Open up your Terminal as Super User (su). I usually just select Applications | System Tools | Terminal Program &#8211; Super User Mode</p>
<p>Enter your su password.</p>
<p>At the command prompt, path out to your Desktop directory by entering:</p>
<p><code>cd /home/name_of_your_homearea/Desktop</code></p>
<p>*Note: In Linux, case matters, so Desktop must have the capital D.</p>
<p>*Note: Enter the exact name of your home area after /home/</p>
<p>To copy the ttf files to your fonts area, enter this at the command line:</p>
<p><code>cp name_of_file_you_downloaded.ttf /usr/share/fonts/truetype/</code></p>
<p>If you are wanting to copy and entire folder to the fonts area, at the command prompt enter</p>
<p><code>cp /home/name_of_your_homearea/Desktop/folder_name /usr/share/fonts/truetype -r</code></p>
<p>*Note: There is a space after cp and after the folder name in the command line</p>
<p>You will have to <strong>restart your computer</strong> for the changes to go into effect but that&#8217;s it!</p>
<p>If you want to check and make sure the files are successfully copied over, open your file explorer and path up (usually it will default open in your home area, so you&#8217;ll need to use File | Open Parent a few times to get all the way to the top of the file structure. From the top (double-click Computer and choose Filesystem), path out to usr/share/fonts/truetype and you should see all your fonts including the newly copied ones.</p>
<p>*Note: If you can&#8217;t see certain directories, they may be hidden. To view hidden files and folders, select View | Show Hidden from your Explorer window.</p>
<p>Interested in<strong><span style="color: #ff6600;"> installing the Microsoft fonts to your Linux system</span></strong> in one quick download? Check out this fab <a href="http://www.marksanborn.net/linux/installing-microsoft-fonts-msttcorefonts-on-debian-linux/" target="_blank">tutorial</a> by Mark Sanborn.</p>
]]></content:encoded>
			<wfw:commentRss>http://nancyfusco.com/wp/index.php/2009/04/how-to-install-true-type-fonts-in-linux-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

