<?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 and performance</title>
	<atom:link href="http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:46:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Estelle</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-3689</link>
		<dc:creator>Estelle</dc:creator>
		<pubDate>Mon, 23 Jan 2012 01:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-3689</guid>
		<description>It&#039;s important to remember that if you don&#039;t need a full font set, you can greatly reduce the file size by selecting the characters to include in your font files.  For example, if you&#039;re using a font for your favorite ampersand, include only the ampersand. Or, if you are using it just for drop caps, include just capital letters. 

http://www.fontsquirrel.com/fontface/generator, under &quot;expert&quot; allows for custom subsetting, subsetting by language, etc.</description>
		<content:encoded><![CDATA[<p>It&#8217;s important to remember that if you don&#8217;t need a full font set, you can greatly reduce the file size by selecting the characters to include in your font files.  For example, if you&#8217;re using a font for your favorite ampersand, include only the ampersand. Or, if you are using it just for drop caps, include just capital letters. </p>
<p><a href="http://www.fontsquirrel.com/fontface/generator" rel="nofollow">http://www.fontsquirrel.com/fontface/generator</a>, under &#8220;expert&#8221; allows for custom subsetting, subsetting by language, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayyash</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-3503</link>
		<dc:creator>Ayyash</dc:creator>
		<pubDate>Fri, 30 Sep 2011 12:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-3503</guid>
		<description>Hey, I think since embedded fonts dont block other downloads it makes sense to assume the number of times it is being used on the page does not affect it... ran a small test to confirm, but just thought I should let you know that IE9 does not behave like IE8, it does render the default fonts until font is downloaded.. so that&#039;s an update i assume?
PS. can u move the captcah field above the submit button :&#124;</description>
		<content:encoded><![CDATA[<p>Hey, I think since embedded fonts dont block other downloads it makes sense to assume the number of times it is being used on the page does not affect it&#8230; ran a small test to confirm, but just thought I should let you know that IE9 does not behave like IE8, it does render the default fonts until font is downloaded.. so that&#8217;s an update i assume?<br />
PS. can u move the captcah field above the submit button :|</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayyash</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-3496</link>
		<dc:creator>Ayyash</dc:creator>
		<pubDate>Thu, 29 Sep 2011 14:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-3496</guid>
		<description>yes but the question is the time that lapses until it finally gets loaded, if its 3 seconds of one H1, for 10 H1s, is is it still 3 seconds or does it become 30 seconds?
in other words, if I turn all of my document into an embedded font (delayed binding), would it take longer than usual to finally render?</description>
		<content:encoded><![CDATA[<p>yes but the question is the time that lapses until it finally gets loaded, if its 3 seconds of one H1, for 10 H1s, is is it still 3 seconds or does it become 30 seconds?<br />
in other words, if I turn all of my document into an embedded font (delayed binding), would it take longer than usual to finally render?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-3461</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Sun, 25 Sep 2011 05:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-3461</guid>
		<description>@Ayyash: If @font-face is used on more elements in the page then more of the page will be delayed from rendering.</description>
		<content:encoded><![CDATA[<p>@Ayyash: If @font-face is used on more elements in the page then more of the page will be delayed from rendering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayyash</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-3460</link>
		<dc:creator>Ayyash</dc:creator>
		<pubDate>Sun, 25 Sep 2011 04:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-3460</guid>
		<description>I have a question, how about the number of times the font is being used on the page? does that affect performance in any way? thanks.</description>
		<content:encoded><![CDATA[<p>I have a question, how about the number of times the font is being used on the page? does that affect performance in any way? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-2333</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Mon, 06 Sep 2010 05:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-2333</guid>
		<description>Great info Steve. Without going into great detail, I can say that you have solved at least one irritating (and ongoing) problem for me. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Great info Steve. Without going into great detail, I can say that you have solved at least one irritating (and ongoing) problem for me. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Grimes</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-1611</link>
		<dc:creator>John Grimes</dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-1611</guid>
		<description>TypeFront takes care of compression, caching and access control of embedded font files. Also supports WOFF.</description>
		<content:encoded><![CDATA[<p>TypeFront takes care of compression, caching and access control of embedded font files. Also supports WOFF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-1588</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-1588</guid>
		<description>i always thought bluerobot first wrote about FOUC? Just curious. http://bluerobot.com/web/css/fouc.asp/</description>
		<content:encoded><![CDATA[<p>i always thought bluerobot first wrote about FOUC? Just curious. <a href="http://bluerobot.com/web/css/fouc.asp/" rel="nofollow">http://bluerobot.com/web/css/fouc.asp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-1073</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Sun, 08 Nov 2009 15:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-1073</guid>
		<description>I wrote a short piece of code for the folks that don&#039;t like Firefox&#039;s use of a fallback font:
&lt;a href=&quot;http://paulirish.com/2009/fighting-the-font-face-fout/#defeatthefout&quot; rel=&quot;nofollow&quot;&gt;http://paulirish.com/2009/fighting-the-font-face-fout/#defeatthefout&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I wrote a short piece of code for the folks that don&#8217;t like Firefox&#8217;s use of a fallback font:<br />
<a href="http://paulirish.com/2009/fighting-the-font-face-fout/#defeatthefout" rel="nofollow">http://paulirish.com/2009/fighting-the-font-face-fout/#defeatthefout</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/#comment-971</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=633#comment-971</guid>
		<description>I thought it would be worth noting the interesting work by Mozilla in regards to compressed font files/formats:

http://hacks.mozilla.org/2009/10/woff/</description>
		<content:encoded><![CDATA[<p>I thought it would be worth noting the interesting work by Mozilla in regards to compressed font files/formats:</p>
<p><a href="http://hacks.mozilla.org/2009/10/woff/" rel="nofollow">http://hacks.mozilla.org/2009/10/woff/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

