<?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 tip, declare your font family once</title>
	<atom:link href="http://www.ianhoar.com/2009/10/01/css-tip-declare-your-font-family-once/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ianhoar.com/2009/10/01/css-tip-declare-your-font-family-once/</link>
	<description>Technology, Web, Toys, Games, Design, Entertainment, Gadgets, &#38; Geeking Out</description>
	<lastBuildDate>Wed, 08 Sep 2010 13:36:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: CBloss</title>
		<link>http://www.ianhoar.com/2009/10/01/css-tip-declare-your-font-family-once/comment-page-1/#comment-16566</link>
		<dc:creator>CBloss</dc:creator>
		<pubDate>Fri, 02 Oct 2009 15:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3630#comment-16566</guid>
		<description>Very true. I&#039;m still old style and tend to use table to help format, but if I can, I will avoid them. I&#039;m not very confident in CSS positioning. I forgot (rather stupid of me) about grouping declarations like that. I usually don&#039;t declare anything in the body tag besides background color and margin since all my text is within a table. :)</description>
		<content:encoded><![CDATA[<p>Very true. I&#8217;m still old style and tend to use table to help format, but if I can, I will avoid them. I&#8217;m not very confident in CSS positioning. I forgot (rather stupid of me) about grouping declarations like that. I usually don&#8217;t declare anything in the body tag besides background color and margin since all my text is within a table. <img src='http://www.ianhoar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Hoar</title>
		<link>http://www.ianhoar.com/2009/10/01/css-tip-declare-your-font-family-once/comment-page-1/#comment-16549</link>
		<dc:creator>Ian Hoar</dc:creator>
		<pubDate>Fri, 02 Oct 2009 05:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3630#comment-16549</guid>
		<description>Hi CBloss, unless I&#039;m coding emails or creating table based data I try to avoid using tables. The font should inherit through out the page, although I know it does not in some mail clients and possibly IE. As you mentioned you can style the table tag to be sure. A simple way to still only declare the font once would be to declare these attributes for both body and td elements like so.

&lt;pre&gt;body, td {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:130%;
	color:#333333;
}&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi CBloss, unless I&#8217;m coding emails or creating table based data I try to avoid using tables. The font should inherit through out the page, although I know it does not in some mail clients and possibly IE. As you mentioned you can style the table tag to be sure. A simple way to still only declare the font once would be to declare these attributes for both body and td elements like so.</p>
<pre>body, td {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:130%;
	color:#333333;
}</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: CBloss</title>
		<link>http://www.ianhoar.com/2009/10/01/css-tip-declare-your-font-family-once/comment-page-1/#comment-16540</link>
		<dc:creator>CBloss</dc:creator>
		<pubDate>Thu, 01 Oct 2009 22:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ianhoar.com/?p=3630#comment-16540</guid>
		<description>Oh so true. This should go with table tags too. :) Any font-family declared in the body tag doesn&#039;t follow through to the table tags.</description>
		<content:encoded><![CDATA[<p>Oh so true. This should go with table tags too. <img src='http://www.ianhoar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Any font-family declared in the body tag doesn&#8217;t follow through to the table tags.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
