<?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>Paul David Olson &#187; Google font directory</title>
	<atom:link href="http://www.pauldavidolson.com/blog/tag/google-font-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pauldavidolson.com/blog</link>
	<description>Business, the Google, Sailing, Ad(s).</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:23:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Easy Implementation of Google Web Fonts</title>
		<link>http://www.pauldavidolson.com/blog/2010/easy-implementation-of-google-web-fonts/</link>
		<comments>http://www.pauldavidolson.com/blog/2010/easy-implementation-of-google-web-fonts/#comments</comments>
		<pubDate>Sat, 22 May 2010 02:44:00 +0000</pubDate>
		<dc:creator>pdo</dc:creator>
				<category><![CDATA[The Google]]></category>
		<category><![CDATA[Googe font replacement]]></category>
		<category><![CDATA[Google font directory]]></category>

		<guid isPermaLink="false">http://www.pauldavidolson.com/blog/?p=339</guid>
		<description><![CDATA[This week Google announced their new web font directory.  Instead of relying on users to have special fonts or resorting to using images, Google makes font replacement super easy with their new open source tool.  I&#8217;ve had moderate luck with sIFR in the past, but I like Google&#8217;s solution better.  I implemented it on my [...]]]></description>
			<content:encoded><![CDATA[<p>This week Google announced their new <a title="Google Web Fonts" href="http://code.google.com/webfonts" target="_blank">web font directory</a>.  Instead of relying on users to have special fonts or resorting to using images, Google makes font replacement super easy with their new open source tool.  I&#8217;ve had moderate luck with <a title="font replacement using Flash" href="http://www.mikeindustries.com/blog/sifr" target="_blank">sIFR</a> in the past, but I like Google&#8217;s solution better.  I implemented it on <a title="PaulDavidOlson.com" href="http://www.pauldavidolson.com/" target="_blank">my website</a> this morning, and it couldn&#8217;t have been easier.</p>
<ol>
<li>Add <a title="Droid Sans Google Font" href="http://code.google.com/webfonts/family?family=Droid+Sans#code" target="_blank">this line of code</a> to the HEAD of your HTML page.  Be sure to grab the code appropriate to the font you want.  This example uses Droid Sans.</li>
<li>Reference the font name in the font stack wherever you want to use the Google web font (<em>ex: font-family: &#8216;Droid Sans&#8217;, Verdana &#8230;</em>).  In my case, I applied it to the entire page.</li>
</ol>
<p>The only thing I don&#8217;t like is the font shift when the page loads for the first time.  This plagues all replacement techniques, but Google&#8217;s caches well and doesn&#8217;t seem to affect subsequent visits.  In my experience, the sIFR solution shifts on every page load which is a deal-breaker.</p>
<p style="text-align: center;"><a title="Helvetica pixels" href="http://www.flickr.com/photos/24816568@N00/4617955805/" target="_blank"><img src="http://farm4.static.flickr.com/3329/4617955805_06b3a72678.jpg" border="0" alt="Helvetica pixels" /></a><br />
<small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img style="margin: 0 0 0;" src="http://www.pauldavidolson.com/blog/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Sunfox" href="http://www.flickr.com/photos/24816568@N00/4617955805/" target="_blank">Sunfox</a></small></p>
<p>Let me know what you think in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pauldavidolson.com/blog/2010/easy-implementation-of-google-web-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

