<?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: The Little Known font-size-adjust CSS3 Property</title>
	<atom:link href="http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/</link>
	<description>Web Designer Notebook is a blog for web designers featuring topics like CSS, HTML and Wordpress, tutorials, reviews and inspiration.</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:55:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: CSS3 Yazı Tipi Özellikleri &#183; Lodos Lodos2005 Zamanı Bekleyen Kollayan Bir Ademoğlu</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-69670</link>
		<dc:creator>CSS3 Yazı Tipi Özellikleri &#183; Lodos Lodos2005 Zamanı Bekleyen Kollayan Bir Ademoğlu</dc:creator>
		<pubDate>Wed, 16 Nov 2011 21:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-69670</guid>
		<description>[...] http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/" rel="nofollow">http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sareo</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-69429</link>
		<dc:creator>Sareo</dc:creator>
		<pubDate>Wed, 16 Nov 2011 09:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-69429</guid>
		<description>So if I understood correctly, it&#039;s supported only in Firefox? (Nov 2011)

Any idea when will be supported in other browsers as well?</description>
		<content:encoded><![CDATA[<p>So if I understood correctly, it&#8217;s supported only in Firefox? (Nov 2011)</p>
<p>Any idea when will be supported in other browsers as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 中文版chrome不支持小于12px字体定义的解决方案 &#124; 第一模板</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-37148</link>
		<dc:creator>中文版chrome不支持小于12px字体定义的解决方案 &#124; 第一模板</dc:creator>
		<pubDate>Wed, 31 Aug 2011 09:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-37148</guid>
		<description>[...] 关于-webkit-text-size-adjust的详细使用和解释，请访问：http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/   此条目是由 maoge8274 发表在 CSS 分类目录的。将固定链接加入收藏夹。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 关于-webkit-text-size-adjust的详细使用和解释，请访问：http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/   此条目是由 maoge8274 发表在 CSS 分类目录的。将固定链接加入收藏夹。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Font Tune-up Time: A Fun Font Fallback Event &#171; fonts.com blog</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-35137</link>
		<dc:creator>Web Font Tune-up Time: A Fun Font Fallback Event &#171; fonts.com blog</dc:creator>
		<pubDate>Mon, 22 Aug 2011 21:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-35137</guid>
		<description>[...] The problem you’ll find is that while the Web fonts are loading, either no text will display at all or it will show in the fallback font and probably reflow your text quite a bit. This is exaggerated further when the Web font selected is drastically different in size. This will cause a jarring redraw of the page once the web font loads fully and the browser updates the user’s window with the re-rendered page. By using Font Events to introduce new CSS written specifically to address the display of the fallback fonts we can adjust with the CSS letter-spacing and font-size declarations to minimize or even eliminate the reflow of text on the page. There is also the nascent declaration of ‘font-size-adjust’ but it’s very unevenly implemented as of yet. (Great exploration of that here: http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/) [...]</description>
		<content:encoded><![CDATA[<p>[...] The problem you’ll find is that while the Web fonts are loading, either no text will display at all or it will show in the fallback font and probably reflow your text quite a bit. This is exaggerated further when the Web font selected is drastically different in size. This will cause a jarring redraw of the page once the web font loads fully and the browser updates the user’s window with the re-rendered page. By using Font Events to introduce new CSS written specifically to address the display of the fallback fonts we can adjust with the CSS letter-spacing and font-size declarations to minimize or even eliminate the reflow of text on the page. There is also the nascent declaration of ‘font-size-adjust’ but it’s very unevenly implemented as of yet. (Great exploration of that here: <a href="http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/" rel="nofollow">http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/</a>) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My CSS Wish List &#124; Ascend Social Media Marketing</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-33936</link>
		<dc:creator>My CSS Wish List &#124; Ascend Social Media Marketing</dc:creator>
		<pubDate>Thu, 18 Aug 2011 05:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-33936</guid>
		<description>[...] In this case, if the user doesn&#8217;t have Calibri installed, both Lucida Sans and Verdana will keep Calibri&#8217;s aspect ratio, based on the font&#8217;s x-height. This property is a personal favourite and one I keep pointing to. [...]</description>
		<content:encoded><![CDATA[<p>[...] In this case, if the user doesn&#8217;t have Calibri installed, both Lucida Sans and Verdana will keep Calibri&#8217;s aspect ratio, based on the font&#8217;s x-height. This property is a personal favourite and one I keep pointing to. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS3 Tutorial and Resoruces &#124; Avazio</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-33783</link>
		<dc:creator>CSS3 Tutorial and Resoruces &#124; Avazio</dc:creator>
		<pubDate>Wed, 17 Aug 2011 14:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-33783</guid>
		<description>[...] CSS text rotation •  The little-known font size adjust CSS3 property •  CSS3 Text •  Text embossing technique with CSS •  Create a letterpress effect with CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS text rotation •  The little-known font size adjust CSS3 property •  CSS3 Text •  Text embossing technique with CSS •  Create a letterpress effect with CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 109 interesantes tutoriales y recursos CSS3 &#124; Digisolnet Blog</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-29241</link>
		<dc:creator>109 interesantes tutoriales y recursos CSS3 &#124; Digisolnet Blog</dc:creator>
		<pubDate>Sat, 30 Jul 2011 11:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-29241</guid>
		<description>[...] El tamaño de la fuente con CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] El tamaño de la fuente con CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steff</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-27446</link>
		<dc:creator>steff</dc:creator>
		<pubDate>Wed, 13 Jul 2011 21:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-27446</guid>
		<description>thanks for clearing out what font-size-adjust property does. don&#039;t really know if i will use it in my designs any time sooner though!</description>
		<content:encoded><![CDATA[<p>thanks for clearing out what font-size-adjust property does. don&#8217;t really know if i will use it in my designs any time sooner though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Zea</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-26204</link>
		<dc:creator>Ricardo Zea</dc:creator>
		<pubDate>Tue, 05 Jul 2011 14:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-26204</guid>
		<description>Hey Richard,

Thanks for the tool, it completely takes the guesswork out of the process. Just bookmarked it, rated it and posted my comments in Xmarks.

One question while using @font-face with a web font service like Fontdeck:

If the &#039;font-size-adjust&#039; property needs to be placed in the class that controls the element in question and not the @font-face declaration, how is it that you guys are using the font-size-adjust property in the @font-face output provided by you?

o_O That sounded confusing, but let me know if that makes sense or if you need me to elaborate.

Thanks in advance.

BTW, very helpful article.</description>
		<content:encoded><![CDATA[<p>Hey Richard,</p>
<p>Thanks for the tool, it completely takes the guesswork out of the process. Just bookmarked it, rated it and posted my comments in Xmarks.</p>
<p>One question while using @font-face with a web font service like Fontdeck:</p>
<p>If the &#8216;font-size-adjust&#8217; property needs to be placed in the class that controls the element in question and not the @font-face declaration, how is it that you guys are using the font-size-adjust property in the @font-face output provided by you?</p>
<p>o_O That sounded confusing, but let me know if that makes sense or if you need me to elaborate.</p>
<p>Thanks in advance.</p>
<p>BTW, very helpful article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS方法解决chrome 12像素字体限制 &#124; 简明php学习站</title>
		<link>http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/#comment-21525</link>
		<dc:creator>CSS方法解决chrome 12像素字体限制 &#124; 简明php学习站</dc:creator>
		<pubDate>Wed, 25 May 2011 09:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://webdesignernotebook.com/?p=1287#comment-21525</guid>
		<description>[...] 使用webkit私有属性 -webkit-text-size-adjust:none; 关于-webkit-text-size-adjust的详细使用和解释，请访问：http://webdesignernotebook.com/… [...]</description>
		<content:encoded><![CDATA[<p>[...] 使用webkit私有属性 -webkit-text-size-adjust:none; 关于-webkit-text-size-adjust的详细使用和解释，请访问：http://webdesignernotebook.com/… [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

