<?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"
	>
<channel>
	<title>Comments on: Reminder: Cross browser font sizes</title>
	<atom:link href="http://friendlybit.com/css/reminder-cross-browser-font-sizes/feed/" rel="self" type="application/rss+xml" />
	<link>http://friendlybit.com/css/reminder-cross-browser-font-sizes/</link>
	<description>You have found Friendly Bit, a web development blog. I focus on client side technologies like CSS, HTML and Javascript. You find my articles below and categories to the right.</description>
	<pubDate>Sun, 12 Oct 2008 00:44:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Marko</title>
		<link>http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-3265</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Sun, 23 Jul 2006 15:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-3265</guid>
		<description>I use 62.5% in body which sets font to 10px and than I can use ems, like 1.2em is equal 12px.
I am not sure if this is best way but works fine for me.</description>
		<content:encoded><![CDATA[<p>I use 62.5% in body which sets font to 10px and than I can use ems, like 1.2em is equal 12px.<br />
I am not sure if this is best way but works fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dork</title>
		<link>http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-3128</link>
		<dc:creator>Dork</dc:creator>
		<pubDate>Tue, 18 Jul 2006 19:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-3128</guid>
		<description>How about Yahoo fonts.css

http://developer.yahoo.com/yui/fonts/</description>
		<content:encoded><![CDATA[<p>How about Yahoo fonts.css</p>
<p><a href="http://developer.yahoo.com/yui/fonts/" rel="nofollow">http://developer.yahoo.com/yui/fonts/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zcorpan</title>
		<link>http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-3063</link>
		<dc:creator>zcorpan</dc:creator>
		<pubDate>Fri, 14 Jul 2006 00:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-3063</guid>
		<description>When I want consistent results, I mostly use %, pretend that the base font size is 16px, and use my calculator to get the right sizes. If I want to change the font size from 16px to 14px, I calculate 14/16 = 87.5%. If I then want to change the font size from 14px to 12px, that gets 12/14 ≈ 85.7143%. It seems to work quite well as far as I can tell.</description>
		<content:encoded><![CDATA[<p>When I want consistent results, I mostly use %, pretend that the base font size is 16px, and use my calculator to get the right sizes. If I want to change the font size from 16px to 14px, I calculate 14/16 = 87.5%. If I then want to change the font size from 14px to 12px, that gets 12/14 ≈ 85.7143%. It seems to work quite well as far as I can tell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Birch</title>
		<link>http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-2819</link>
		<dc:creator>Joel Birch</dc:creator>
		<pubDate>Mon, 03 Jul 2006 12:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-2819</guid>
		<description>I use the "bulletproof" method as recommended by Dan Cedarholm (base keyword then percentage) and have had great results. I have never experienced a problem with Opera either. The only drawback is having to give IE5.x one size smaller keyword.
I often wonder why this method is rarely mentioned in these discussions.</description>
		<content:encoded><![CDATA[<p>I use the &#8220;bulletproof&#8221; method as recommended by Dan Cedarholm (base keyword then percentage) and have had great results. I have never experienced a problem with Opera either. The only drawback is having to give IE5.x one size smaller keyword.<br />
I often wonder why this method is rarely mentioned in these discussions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-2786</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Sat, 01 Jul 2006 23:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-2786</guid>
		<description>@Jesper: I would say that it's a good thing because Owen tested in in that many browsers and saw that it works rather than that Meyer uses it. But I agree with your point there :)</description>
		<content:encoded><![CDATA[<p>@Jesper: I would say that it&#8217;s a good thing because Owen tested in in that many browsers and saw that it works rather than that Meyer uses it. But I agree with your point there :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper Rønn-Jensen</title>
		<link>http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-2785</link>
		<dc:creator>Jesper Rønn-Jensen</dc:creator>
		<pubDate>Sat, 01 Jul 2006 20:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-2785</guid>
		<description>This is exactly what Eric Meyer does on his blog www.meyerweb.com, and the reason I've used it a lot for the last couple of years. 

My rationale: If Eric Meyer uses it, there is probably a reason as to why it's put in that way.

Thanks for pointing me to Owen Brigg.</description>
		<content:encoded><![CDATA[<p>This is exactly what Eric Meyer does on his blog <a href="http://www.meyerweb.com" rel="nofollow">http://www.meyerweb.com</a>, and the reason I&#8217;ve used it a lot for the last couple of years. </p>
<p>My rationale: If Eric Meyer uses it, there is probably a reason as to why it&#8217;s put in that way.</p>
<p>Thanks for pointing me to Owen Brigg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-2749</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Fri, 30 Jun 2006 20:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/reminder-cross-browser-font-sizes/#comment-2749</guid>
		<description>Ok, I accidentally deleted this article, in effect deleting all comments. Sorry people :(

(I was able to restore it from another open tab but the comments are gone)</description>
		<content:encoded><![CDATA[<p>Ok, I accidentally deleted this article, in effect deleting all comments. Sorry people :(</p>
<p>(I was able to restore it from another open tab but the comments are gone)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
