<?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>furtiveCode.com &#187; @font-face</title>
	<atom:link href="http://furtivecode.com/tag/font-face/feed/" rel="self" type="application/rss+xml" />
	<link>http://furtivecode.com</link>
	<description>Chris Lamothe's weblog.</description>
	<lastBuildDate>Mon, 23 Apr 2012 09:28:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The New Face of Fonts on the Web</title>
		<link>http://furtivecode.com/2008/12/05/the-new-face-of-fonts-on-the-web/</link>
		<comments>http://furtivecode.com/2008/12/05/the-new-face-of-fonts-on-the-web/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 05:09:52 +0000</pubDate>
		<dc:creator>Chris Lamothe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[OpenType]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[TrueType]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://furtivecode.com/?p=42</guid>
		<description><![CDATA[Support for fonts on the web has been a sore spot for a long time, but that's all about to change.  Both Firefox 3.1 and the latest Webkit (Safari, Opera, Google Chrome) properly support CCS 3's @font-face property. <a href="http://furtivecode.com/2008/12/05/the-new-face-of-fonts-on-the-web/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
			<content:encoded><![CDATA[<p>Support for fonts on the web has been a sore spot for a long time, but that&#8217;s all about to change with both <a title="Firefox 3.1 beta supports font-face, geolocation, etc." href="http://ajaxian.com/archives/firefox-31-beta-geolocation-font-face-video-and-audio-xhr-and-tracemonkey">Firefox 3.1</a> and the latest <a title="Webkit supports font-face property for custom fonts on the web." href="http://www.css3.info/webkit-has-web-fonts-support/">Webkit</a> (Safari, Opera, Google Chrome) properly support <a title="W3C CSS3 font-face descriptor." href="http://www.w3.org/TR/css3-webfonts/#font-descriptions">CCS 3&#8242;s @font-face property</a>.  Now browsers will be able to automatically download fonts from an online location.</p>
<p>Here&#8217;s a simple example:</p>
<pre>      @font-face {
        font-family: "Robson Celtic";
        src: url("http://site/fonts/rob-celt")
      }
      H1 { font-family: "Robson Celtic", serif }</pre>
<p>This is very exciting news.  No longer will typographically savvy developers need to rely on <a title="sIFR using jQuery" href="http://jquery.thewikies.com/sifr/">clever sIFR hacks</a>.  Oh, and not to make Internet Explorer an afterthought, but IE has supported @font-face since version 4, except with a <a href="http://en.wikipedia.org/wiki/Embedded_OpenType">proprietary .EOT filetype</a>, a compressed form of OpenType, while Firefox and Webkit are supporting the more common and non-proprietary TrueType and OpenType formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://furtivecode.com/2008/12/05/the-new-face-of-fonts-on-the-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

