<?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>itlivewire dev blog &#187; fonts</title>
	<atom:link href="http://itlivewire.com/devblog/tag/fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://itlivewire.com/devblog</link>
	<description>Just another web development blog...</description>
	<lastBuildDate>Mon, 23 Jan 2012 17:55:59 +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>Google fonts</title>
		<link>http://itlivewire.com/devblog/2010/05/20/google-fonts/</link>
		<comments>http://itlivewire.com/devblog/2010/05/20/google-fonts/#comments</comments>
		<pubDate>Thu, 20 May 2010 07:26:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://itlivewire.com/devblog/?p=364</guid>
		<description><![CDATA[If your tired of the limited fonts available on your customers pc, try the hosted fonts made available by google In the example code below we will be using the tangerine font &#60;html&#62; &#60;head&#62; &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;http://fonts.googleapis.com/css?family=Tangerine&#34;&#62; &#60;style&#62; body { font-family: 'Tangerine', serif; font-size: 48px; } &#60;/style&#62; &#60;/head&#62; &#60;body&#62; &#60;h1&#62;Making the Web Beautiful!&#60;/h1&#62; &#60;/body&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.google.com/images/icons/feature/font_api-128.gif" alt="" /><br />
If your tired of the limited fonts available on your customers pc, try the <strong>hosted fonts</strong> made available by <strong>google</strong></p>
<p>In the example code below we will be using the <a href="http://code.google.com/webfonts/family?family=Tangerine#set">tangerine</a> font </p>
<pre class="brush: php;">&lt;html&gt;
  &lt;head&gt;
    &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://fonts.googleapis.com/css?family=Tangerine&quot;&gt;
    &lt;style&gt;
      body {
        font-family: 'Tangerine', serif;
        font-size: 48px;
      }
    &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;Making the Web Beautiful!&lt;/h1&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Here are more starter <a href="http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start">guide samples </a><br />
check out the <a href="http://code.google.com/webfonts">google fonts </a> directory</p>
]]></content:encoded>
			<wfw:commentRss>http://itlivewire.com/devblog/2010/05/20/google-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

