<?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: @font-face gzipping &#8211; take II</title>
	<atom:link href="http://www.phpied.com/font-face-gzipping-take-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/font-face-gzipping-take-ii/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:07:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: snlr</title>
		<link>http://www.phpied.com/font-face-gzipping-take-ii/#comment-72337</link>
		<dc:creator>snlr</dc:creator>
		<pubDate>Thu, 25 Feb 2010 03:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=872#comment-72337</guid>
		<description>I&#039;m using the same code as Sandy Allen. Works perfectly for me as well. OTF could also be added. I don&#039;t see any advantage of using a more complicated solution. (Unless mod_deflate.c is not available I suppose.)</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the same code as Sandy Allen. Works perfectly for me as well. OTF could also be added. I don&#8217;t see any advantage of using a more complicated solution. (Unless mod_deflate.c is not available I suppose.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy Allen</title>
		<link>http://www.phpied.com/font-face-gzipping-take-ii/#comment-72275</link>
		<dc:creator>Sandy Allen</dc:creator>
		<pubDate>Sun, 07 Feb 2010 17:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=872#comment-72275</guid>
		<description>We are using font-face on my new site - and Simon, I think you are going about it the hard way.  We use mod_deflate and it IS much easier - at least so far we&#039;ve been testing and its worked:

&lt;FilesMatch &quot;\.(js&#124;css&#124;ttf&#124;eot&#124;svg)$&quot; 	&gt;
    SetOutputFilter DEFLATE
&lt;/FilesMatch&gt;</description>
		<content:encoded><![CDATA[<p>We are using font-face on my new site &#8211; and Simon, I think you are going about it the hard way.  We use mod_deflate and it IS much easier &#8211; at least so far we&#8217;ve been testing and its worked:</p>
<p>&lt;FilesMatch &#8220;\.(js|css|ttf|eot|svg)$&#8221; 	&gt;<br />
    SetOutputFilter DEFLATE<br />
&lt;/FilesMatch&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Pascal Klein</title>
		<link>http://www.phpied.com/font-face-gzipping-take-ii/#comment-71712</link>
		<dc:creator>Simon Pascal Klein</dc:creator>
		<pubDate>Sat, 31 Oct 2009 05:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=872#comment-71712</guid>
		<description>I read your first, and now second article with keen interest, but coming from a less technical background I was a bit left in the cold in regards to how to implement gzipping for font data. In case anyone else is having similar issues, the way I implemented it was via .htaccess and it seems to work with the simple testing that I was able to do. My .htaccess file is up at http://github.com/klepas/klepas.org/blob/master/.htaccess on GitHub in case anyone wants to have a peak (or review — please tell me if I’m messing something up).

Thanks again Stoyan — awesome article.

—Pascal</description>
		<content:encoded><![CDATA[<p>I read your first, and now second article with keen interest, but coming from a less technical background I was a bit left in the cold in regards to how to implement gzipping for font data. In case anyone else is having similar issues, the way I implemented it was via .htaccess and it seems to work with the simple testing that I was able to do. My .htaccess file is up at <a href="http://github.com/klepas/klepas.org/blob/master/.htaccess" rel="nofollow">http://github.com/klepas/klepas.org/blob/master/.htaccess</a> on GitHub in case anyone wants to have a peak (or review — please tell me if I’m messing something up).</p>
<p>Thanks again Stoyan — awesome article.</p>
<p>—Pascal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for @font-face gzipping - take II / Stoyan's phpied.com [phpied.com] on Topsy.com</title>
		<link>http://www.phpied.com/font-face-gzipping-take-ii/#comment-71640</link>
		<dc:creator>Twitter Trackbacks for @font-face gzipping - take II / Stoyan's phpied.com [phpied.com] on Topsy.com</dc:creator>
		<pubDate>Tue, 20 Oct 2009 07:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=872#comment-71640</guid>
		<description>[...] @font-face gzipping - take II / Stoyan&#039;s phpied.com  www.phpied.com/font-face-gzipping-take-ii &#8211; view page &#8211; cached  Since my previous post on @font-face and gzipping, Paul Irish has asked (and so has @KLTF) what about WOFF? &#8212; From the page [...]</description>
		<content:encoded><![CDATA[<p>[...] @font-face gzipping &#8211; take II / Stoyan&#8217;s phpied.com  <a href="http://www.phpied.com/font-face-gzipping-take-ii" rel="nofollow">http://www.phpied.com/font-face-gzipping-take-ii</a> &ndash; view page &ndash; cached  Since my previous post on @font-face and gzipping, Paul Irish has asked (and so has @KLTF) what about WOFF? &mdash; From the page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gzip your @font-face files / Stoyan's phpied.com</title>
		<link>http://www.phpied.com/font-face-gzipping-take-ii/#comment-71637</link>
		<dc:creator>Gzip your @font-face files / Stoyan's phpied.com</dc:creator>
		<pubDate>Tue, 20 Oct 2009 06:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=872#comment-71637</guid>
		<description>[...] UPDATE Oct 19, 09: Gzip all font files except those in WOFF format, more info... [...]</description>
		<content:encoded><![CDATA[<p>[...] UPDATE Oct 19, 09: Gzip all font files except those in WOFF format, more info&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

