<?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: Setting your font size</title>
	<atom:link href="http://designorati.com/articles/t1/web-design/307/setting-your-font-size.php/feed" rel="self" type="application/rss+xml" />
	<link>http://designorati.com/articles/t1/web-design/307/setting-your-font-size.php</link>
	<description>A 360-Degree View of the Creative World</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:54:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Pariah S. Burke</title>
		<link>http://designorati.com/articles/t1/web-design/307/setting-your-font-size.php/comment-page-1#comment-877</link>
		<dc:creator>Pariah S. Burke</dc:creator>
		<pubDate>Mon, 03 Apr 2006 18:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://designorati.com/web-design/css-21/2005/setting-your-font-size/#comment-877</guid>
		<description>Thanks for the comment, Badger.

I must confess, em sizes in CSS are a little confusing to me. Most of my confusion arises, I think, from the fact the inconsistencies between browsers. Still, I&#039;d like to learn more about them--especially since I use them regularly.

So, what you&#039;re saying is that it&#039;s unwise to set body {font-size: 80%;} upfront? Why is that recommended by &lt;em&gt;A List Apart&lt;/em&gt; (I believe)?</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, Badger.</p>
<p>I must confess, em sizes in CSS are a little confusing to me. Most of my confusion arises, I think, from the fact the inconsistencies between browsers. Still, I&#8217;d like to learn more about them&#8211;especially since I use them regularly.</p>
<p>So, what you&#8217;re saying is that it&#8217;s unwise to set body {font-size: 80%;} upfront? Why is that recommended by <em>A List Apart</em> (I believe)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Badger</title>
		<link>http://designorati.com/articles/t1/web-design/307/setting-your-font-size.php/comment-page-1#comment-876</link>
		<dc:creator>Badger</dc:creator>
		<pubDate>Sun, 02 Apr 2006 22:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://designorati.com/web-design/css-21/2005/setting-your-font-size/#comment-876</guid>
		<description>Ant, it&#039;s not just to set a default size though, it&#039;s also to make it easy to specify your base sizes.

If you want the base size of text to be 13 pixels high, you specify 1.3em. Tell me off the top of your head how many ems makes 13pixels when you&#039;ve used 75% instead? :)</description>
		<content:encoded><![CDATA[<p>Ant, it&#8217;s not just to set a default size though, it&#8217;s also to make it easy to specify your base sizes.</p>
<p>If you want the base size of text to be 13 pixels high, you specify 1.3em. Tell me off the top of your head how many ems makes 13pixels when you&#8217;ve used 75% instead? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ant</title>
		<link>http://designorati.com/articles/t1/web-design/307/setting-your-font-size.php/comment-page-1#comment-225</link>
		<dc:creator>Ant</dc:creator>
		<pubDate>Sun, 13 Nov 2005 10:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://designorati.com/web-design/css-21/2005/setting-your-font-size/#comment-225</guid>
		<description>This article really doesn&#039;t explain very clearly what&#039;s going on. Saying 62.5% is a magic number isn&#039;t particularly helpful. 

The majority of browsers use 16px as their default font size; thus setting font-size:100% in your body tag gives you a base font-size of 16px. 1em now equals 16px.

87.5% 1em = 14px
75%    1em = 12px
62.5%  1em= 10px

Those are good percentages to work with as you know that 1em will be faithfully rendered as it&#039;s an integer. This is especially true in a liquid layout where you may set the width of a div to be 7em.

An example:
if font-size:80%
1em = 12.8px

a div width of 7em = 89.6px, which may cause rounding errors and differences in rendering</description>
		<content:encoded><![CDATA[<p>This article really doesn&#8217;t explain very clearly what&#8217;s going on. Saying 62.5% is a magic number isn&#8217;t particularly helpful. </p>
<p>The majority of browsers use 16px as their default font size; thus setting font-size:100% in your body tag gives you a base font-size of 16px. 1em now equals 16px.</p>
<p>87.5% 1em = 14px<br />
75%    1em = 12px<br />
62.5%  1em= 10px</p>
<p>Those are good percentages to work with as you know that 1em will be faithfully rendered as it&#8217;s an integer. This is especially true in a liquid layout where you may set the width of a div to be 7em.</p>
<p>An example:<br />
if font-size:80%<br />
1em = 12.8px</p>
<p>a div width of 7em = 89.6px, which may cause rounding errors and differences in rendering</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://designorati.com/articles/t1/web-design/307/setting-your-font-size.php/comment-page-1#comment-166</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 25 Oct 2005 00:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://designorati.com/web-design/css-21/2005/setting-your-font-size/#comment-166</guid>
		<description>Don&#039;tcha love a know-it-all with an aggressive attitude?

Thanks for the write-up.  I had snarfed (with permission) some CSS that does this and never really understood what was going on.  Now I know.</description>
		<content:encoded><![CDATA[<p>Don&#8217;tcha love a know-it-all with an aggressive attitude?</p>
<p>Thanks for the write-up.  I had snarfed (with permission) some CSS that does this and never really understood what was going on.  Now I know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian Slatineanu</title>
		<link>http://designorati.com/articles/t1/web-design/307/setting-your-font-size.php/comment-page-1#comment-157</link>
		<dc:creator>Lucian Slatineanu</dc:creator>
		<pubDate>Wed, 19 Oct 2005 14:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://designorati.com/web-design/css-21/2005/setting-your-font-size/#comment-157</guid>
		<description>You&#039;re quite wrong here. You might want to go ahead and make a simple test: set your font size to &#039;11px&#039; on your body element and then try to change it by CTRL+mouse wheel or by using the browser&#039;s menu. IE will not budge.</description>
		<content:encoded><![CDATA[<p>You&#8217;re quite wrong here. You might want to go ahead and make a simple test: set your font size to &#8217;11px&#8217; on your body element and then try to change it by CTRL+mouse wheel or by using the browser&#8217;s menu. IE will not budge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Killing Nielsen</title>
		<link>http://designorati.com/articles/t1/web-design/307/setting-your-font-size.php/comment-page-1#comment-156</link>
		<dc:creator>Killing Nielsen</dc:creator>
		<pubDate>Wed, 19 Oct 2005 05:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://designorati.com/web-design/css-21/2005/setting-your-font-size/#comment-156</guid>
		<description>Every browser (even IE) allows you to adjust the font size with Ctrl+Mouse wheel. Even when you&#039;re using fixed size in CSS.
Please, stop this basic usability bla bla.</description>
		<content:encoded><![CDATA[<p>Every browser (even IE) allows you to adjust the font size with Ctrl+Mouse wheel. Even when you&#8217;re using fixed size in CSS.<br />
Please, stop this basic usability bla bla.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

