<?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: CSS Font Sizes Using Ems, Explained</title>
	<atom:link href="http://casjam.com/blog/css-font-sizes-using-ems-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://casjam.com/blog/css-font-sizes-using-ems-explained/</link>
	<description>The Business of Design</description>
	<lastBuildDate>Wed, 25 Aug 2010 13:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://casjam.com/blog/css-font-sizes-using-ems-explained/#comment-23</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://casjam.com/blog/dev/?p=279#comment-23</guid>
		<description>@Volomike - Thanks for your comments.  All good points (no pun intended).

What I like about sticking to ems (most of the time) is from a design standpoint, the heirarchy of font-sizes remain somewhat balanced.  For example, I tend to keep line-heights at 1.5em (1.5 x the base font size).  I often like page headers to be twice the size of paragraph text (2em).  Etc.

Of course, you could keep these proportions using any of the font-size methods, but I find ems makes the math easier (for me at least).</description>
		<content:encoded><![CDATA[<p>@Volomike &#8211; Thanks for your comments.  All good points (no pun intended).</p>
<p>What I like about sticking to ems (most of the time) is from a design standpoint, the heirarchy of font-sizes remain somewhat balanced.  For example, I tend to keep line-heights at 1.5em (1.5 x the base font size).  I often like page headers to be twice the size of paragraph text (2em).  Etc.</p>
<p>Of course, you could keep these proportions using any of the font-size methods, but I find ems makes the math easier (for me at least).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://casjam.com/blog/css-font-sizes-using-ems-explained/#comment-220</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://casjam.com/blog/dev/?p=279#comment-220</guid>
		<description>@Volomike - Thanks for your comments.  All good points (no pun intended).

What I like about sticking to ems (most of the time) is from a design standpoint, the heirarchy of font-sizes remain somewhat balanced.  For example, I tend to keep line-heights at 1.5em (1.5 x the base font size).  I often like page headers to be twice the size of paragraph text (2em).  Etc.

Of course, you could keep these proportions using any of the font-size methods, but I find ems makes the math easier (for me at least).</description>
		<content:encoded><![CDATA[<p>@Volomike &#8211; Thanks for your comments.  All good points (no pun intended).</p>
<p>What I like about sticking to ems (most of the time) is from a design standpoint, the heirarchy of font-sizes remain somewhat balanced.  For example, I tend to keep line-heights at 1.5em (1.5 x the base font size).  I often like page headers to be twice the size of paragraph text (2em).  Etc.</p>
<p>Of course, you could keep these proportions using any of the font-size methods, but I find ems makes the math easier (for me at least).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volomike</title>
		<link>http://casjam.com/blog/css-font-sizes-using-ems-explained/#comment-22</link>
		<dc:creator>Volomike</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://casjam.com/blog/dev/?p=279#comment-22</guid>
		<description>The way I hear it, the only reason we use ems really is because of IE6 and prior browsers. I mean, IE7 and all other browsers support appropriate font resizing if you use points (pt) or pixels. What I dislike about ems is that they are cumulative (what you call relative), meaning if you set a container element to one em size, the inside ems are affected and you can&#039;t think in the same terms. But with points or pixels, you know what you&#039;re getting.

I&#039;m thinking of sticking with points (pt) because IE6 will be leaving us soon and at least we have marginal support for IE6 at this point. The reason I don&#039;t use pixels is because some fonts don&#039;t look great at certain pixel ranges, and because it&#039;s fairly easy to remember sticking with 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 16pt, 18pt, and so on. Most of us are usually in the 8pt - 12pt range in our work, with an occasional 14pt or 16pt for a subheader (or perhaps a header if that&#039;s your interest) and then 18pt or higher (skipping every 2 points) for headers.</description>
		<content:encoded><![CDATA[<p>The way I hear it, the only reason we use ems really is because of IE6 and prior browsers. I mean, IE7 and all other browsers support appropriate font resizing if you use points (pt) or pixels. What I dislike about ems is that they are cumulative (what you call relative), meaning if you set a container element to one em size, the inside ems are affected and you can&#8217;t think in the same terms. But with points or pixels, you know what you&#8217;re getting.</p>
<p>I&#8217;m thinking of sticking with points (pt) because IE6 will be leaving us soon and at least we have marginal support for IE6 at this point. The reason I don&#8217;t use pixels is because some fonts don&#8217;t look great at certain pixel ranges, and because it&#8217;s fairly easy to remember sticking with 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 16pt, 18pt, and so on. Most of us are usually in the 8pt &#8211; 12pt range in our work, with an occasional 14pt or 16pt for a subheader (or perhaps a header if that&#8217;s your interest) and then 18pt or higher (skipping every 2 points) for headers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volomike</title>
		<link>http://casjam.com/blog/css-font-sizes-using-ems-explained/#comment-219</link>
		<dc:creator>Volomike</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://casjam.com/blog/dev/?p=279#comment-219</guid>
		<description>The way I hear it, the only reason we use ems really is because of IE6 and prior browsers. I mean, IE7 and all other browsers support appropriate font resizing if you use points (pt) or pixels. What I dislike about ems is that they are cumulative (what you call relative), meaning if you set a container element to one em size, the inside ems are affected and you can&#039;t think in the same terms. But with points or pixels, you know what you&#039;re getting.

I&#039;m thinking of sticking with points (pt) because IE6 will be leaving us soon and at least we have marginal support for IE6 at this point. The reason I don&#039;t use pixels is because some fonts don&#039;t look great at certain pixel ranges, and because it&#039;s fairly easy to remember sticking with 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 16pt, 18pt, and so on. Most of us are usually in the 8pt - 12pt range in our work, with an occasional 14pt or 16pt for a subheader (or perhaps a header if that&#039;s your interest) and then 18pt or higher (skipping every 2 points) for headers.</description>
		<content:encoded><![CDATA[<p>The way I hear it, the only reason we use ems really is because of IE6 and prior browsers. I mean, IE7 and all other browsers support appropriate font resizing if you use points (pt) or pixels. What I dislike about ems is that they are cumulative (what you call relative), meaning if you set a container element to one em size, the inside ems are affected and you can&#8217;t think in the same terms. But with points or pixels, you know what you&#8217;re getting.</p>
<p>I&#8217;m thinking of sticking with points (pt) because IE6 will be leaving us soon and at least we have marginal support for IE6 at this point. The reason I don&#8217;t use pixels is because some fonts don&#8217;t look great at certain pixel ranges, and because it&#8217;s fairly easy to remember sticking with 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 16pt, 18pt, and so on. Most of us are usually in the 8pt &#8211; 12pt range in our work, with an occasional 14pt or 16pt for a subheader (or perhaps a header if that&#8217;s your interest) and then 18pt or higher (skipping every 2 points) for headers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
