<?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: How to use a custom font using CSS3</title>
	<atom:link href="http://webdevcodex.com/how-to-use-a-custom-font-using-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevcodex.com/how-to-use-a-custom-font-using-css3/</link>
	<description>Resource site for all your web development needs. Also features SEO, blogging, Wordpress Customizations</description>
	<lastBuildDate>Mon, 05 Jul 2010 22:26:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=9766</generator>
	<item>
		<title>By: Mike</title>
		<link>http://webdevcodex.com/how-to-use-a-custom-font-using-css3/#comment-136</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 10 Aug 2009 06:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=546#comment-136</guid>
		<description>Hey Jon, 
Yes, if User&#039;s browser doesn`t support CSS3, then automatically the &quot;serif&quot; font is called upon if no other fonts are mentioned in your style. The best way to do this would be (add more fonts to our custom fonts, if one font fails, then the next one is used) 
 
.mynewfont { font-family: Agency FB,Arial,Tahoma; font-size:40px; } </description>
		<content:encoded><![CDATA[<p>Hey Jon,<br />
Yes, if User&#039;s browser doesn`t support CSS3, then automatically the &quot;serif&quot; font is called upon if no other fonts are mentioned in your style. The best way to do this would be (add more fonts to our custom fonts, if one font fails, then the next one is used) </p>
<p>.mynewfont { font-family: Agency FB,Arial,Tahoma; font-size:40px; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://webdevcodex.com/how-to-use-a-custom-font-using-css3/#comment-135</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 10 Aug 2009 02:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://webdevcodex.com/?p=546#comment-135</guid>
		<description>Thanks Michael. Great tip. But what happens to the font if the user&#039;s browser doesn&#039;t use CSS3? Does one have to add another rule to cover this possibility? </description>
		<content:encoded><![CDATA[<p>Thanks Michael. Great tip. But what happens to the font if the user&#039;s browser doesn&#039;t use CSS3? Does one have to add another rule to cover this possibility?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
