<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Efficiently Serving Custom Web Fonts</title>
	<atom:link href="http://weston.ruter.net/2008/08/27/efficiently-serving-custom-web-fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://weston.ruter.net/2008/08/27/efficiently-serving-custom-web-fonts/</link>
	<description>Web application developer in Portland, Oregon</description>
	<lastBuildDate>Mon, 22 Feb 2010 20:34:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Weston Ruter</title>
		<link>http://weston.ruter.net/2008/08/27/efficiently-serving-custom-web-fonts/comment-page-1/#comment-8097</link>
		<dc:creator>Weston Ruter</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?p=42#comment-8097</guid>
		<description>@anonymous:
Some browsers (IE, if I remember right) don&#039;t recognize the &lt;code&gt;local()&lt;/code&gt; value for the &lt;code&gt;src&lt;/code&gt; property. Those browsers would ignore that entire property declaration, and this is why there is a second property defined directly before: unsupporting browsers ignore the second property, and supporting browsers override the first with the second.</description>
		<content:encoded><![CDATA[<p>@anonymous:<br />
Some browsers (IE, if I remember right) don&#8217;t recognize the <code>local()</code> value for the <code>src</code> property. Those browsers would ignore that entire property declaration, and this is why there is a second property defined directly before: unsupporting browsers ignore the second property, and supporting browsers override the first with the second.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://weston.ruter.net/2008/08/27/efficiently-serving-custom-web-fonts/comment-page-1/#comment-8096</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?p=42#comment-8096</guid>
		<description>src: url(&quot;/fonts/foobarbaz.font&quot;);
src: local(&quot;FooBarBaz&quot;), url(&quot;/fonts/foobarbaz.font&quot;);

is that really necessary? surely the 2nd line alone is sufficient? what am i missing?</description>
		<content:encoded><![CDATA[<p>src: url(&#8220;/fonts/foobarbaz.font&#8221;);<br />
src: local(&#8220;FooBarBaz&#8221;), url(&#8220;/fonts/foobarbaz.font&#8221;);</p>
<p>is that really necessary? surely the 2nd line alone is sufficient? what am i missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weston Ruter</title>
		<link>http://weston.ruter.net/2008/08/27/efficiently-serving-custom-web-fonts/comment-page-1/#comment-945</link>
		<dc:creator>Weston Ruter</dc:creator>
		<pubDate>Wed, 27 Aug 2008 23:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?p=42#comment-945</guid>
		<description>@Brad:
Note the additional &#8220;&lt;code&gt;--&gt;&lt;/code&gt;&#8221; after the opening of the non-IE conditional comment and the &#8220;&lt;code&gt;&lt;!--&lt;/code&gt;&#8221; before the closing: these ensure that non-IE browsers do see the contents of the conditional comment while at the same time it remains invisible to IE.</description>
		<content:encoded><![CDATA[<p>@Brad:<br />
Note the additional &#8220;<code>--&gt;</code>&#8221; after the opening of the non-IE conditional comment and the &#8220;<code>&lt;!--</code>&#8221; before the closing: these ensure that non-IE browsers do see the contents of the conditional comment while at the same time it remains invisible to IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://weston.ruter.net/2008/08/27/efficiently-serving-custom-web-fonts/comment-page-1/#comment-943</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Wed, 27 Aug 2008 23:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?p=42#comment-943</guid>
		<description>This looks interesting. However, you have a conditional comment for !IE; only IE supports these, so other browsers wouldn&#039;t see the negative condition.</description>
		<content:encoded><![CDATA[<p>This looks interesting. However, you have a conditional comment for !IE; only IE supports these, so other browsers wouldn&#8217;t see the negative condition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Galbraith</title>
		<link>http://weston.ruter.net/2008/08/27/efficiently-serving-custom-web-fonts/comment-page-1/#comment-942</link>
		<dc:creator>Ben Galbraith</dc:creator>
		<pubDate>Wed, 27 Aug 2008 22:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://weston.ruter.net/?p=42#comment-942</guid>
		<description>Hi Weston,

Interesting post. Quick clarification: as indicated in the story, the font idea is John Allsopp&#039;s, not mine. :-)</description>
		<content:encoded><![CDATA[<p>Hi Weston,</p>
<p>Interesting post. Quick clarification: as indicated in the story, the font idea is John Allsopp&#8217;s, not mine. <img src='http://weston.ruter.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
