<?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: CSS3 @font-face With Bold and Italic Support</title>
	<atom:link href="http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/</link>
	<description>A web development blog focusing on PHP, MySQL, Javascript, jQuery, and CSS.</description>
	<lastBuildDate>Thu, 26 Jan 2012 14:32:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: clasificado</title>
		<link>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/comment-page-1/#comment-3033</link>
		<dc:creator>clasificado</dc:creator>
		<pubDate>Thu, 24 Nov 2011 02:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jqueryin.com/?p=562#comment-3033</guid>
		<description>It works like a charm</description>
		<content:encoded><![CDATA[<p>It works like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pawel</title>
		<link>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/comment-page-1/#comment-2686</link>
		<dc:creator>Pawel</dc:creator>
		<pubDate>Sat, 10 Sep 2011 15:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jqueryin.com/?p=562#comment-2686</guid>
		<description>Thanks for this info, it&#039;s been very helpful - I didn&#039;t know how to get the browser to display different font styles of the same family (from different files), now I know it has to be through separate @font declarations. 
However, there is one thing that doesn&#039;t quite work - if I put &#039;italic&#039; AND &#039;oblique&#039; in the declaration for the italic style, the browser displays my (intended) regular font as italic (it doesn&#039;t even see the file for the regular one), and the italic is even &quot;more italic&quot;, i,e. more slanted. It looks like the browser then sees the italic font file as the regular one and then doesn&#039;t find a proper italic file so it just &quot;slants&quot; it. The problem disappears when I remove &quot;oblique&quot; from the font-style declaration.</description>
		<content:encoded><![CDATA[<p>Thanks for this info, it&#8217;s been very helpful &#8211; I didn&#8217;t know how to get the browser to display different font styles of the same family (from different files), now I know it has to be through separate @font declarations.<br />
However, there is one thing that doesn&#8217;t quite work &#8211; if I put &#8216;italic&#8217; AND &#8216;oblique&#8217; in the declaration for the italic style, the browser displays my (intended) regular font as italic (it doesn&#8217;t even see the file for the regular one), and the italic is even &#8220;more italic&#8221;, i,e. more slanted. It looks like the browser then sees the italic font file as the regular one and then doesn&#8217;t find a proper italic file so it just &#8220;slants&#8221; it. The problem disappears when I remove &#8220;oblique&#8221; from the font-style declaration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dolkun731</title>
		<link>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/comment-page-1/#comment-1896</link>
		<dc:creator>dolkun731</dc:creator>
		<pubDate>Wed, 09 Mar 2011 13:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jqueryin.com/?p=562#comment-1896</guid>
		<description>THANKS! I&#039;m a Uyghur from urumqi in china. can the code rong or right?

	@font-face {
	font-family: Alpida Unicode System,Uyghur Ekran, UKIJ TUZ TOM, Alkatip Tor, Microsoft Uighur, Verdana,sans-serif;
	font-style: normal;
	font-weight: normal;
	src: url(&#039;/eot.eot&#039;);
	src: local(&#039;Alpida Unicode System Regular&#039;), local(&#039;Alpida Unicode System&#039;), url(&#039;/eot.ttf&#039;) format(&#039;truetype&#039;), url(&#039;/eot.svg#Alpida Unicode System&#039;) format(&#039;svg&#039;), url(&#039;/aus.woff&#039;) format(&#039;woff&#039;);
}</description>
		<content:encoded><![CDATA[<p>THANKS! I&#8217;m a Uyghur from urumqi in china. can the code rong or right?</p>
<p>	@font-face {<br />
	font-family: Alpida Unicode System,Uyghur Ekran, UKIJ TUZ TOM, Alkatip Tor, Microsoft Uighur, Verdana,sans-serif;<br />
	font-style: normal;<br />
	font-weight: normal;<br />
	src: url(&#8216;/eot.eot&#8217;);<br />
	src: local(&#8216;Alpida Unicode System Regular&#8217;), local(&#8216;Alpida Unicode System&#8217;), url(&#8216;/eot.ttf&#8217;) format(&#8216;truetype&#8217;), url(&#8216;/eot.svg#Alpida Unicode System&#8217;) format(&#8216;svg&#8217;), url(&#8216;/aus.woff&#8217;) format(&#8216;woff&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cballou</title>
		<link>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/comment-page-1/#comment-545</link>
		<dc:creator>cballou</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jqueryin.com/?p=562#comment-545</guid>
		<description>Thanks for the link himmel, I&#039;ll have to create a new updated section for IE support. I don&#039;t know if I&#039;d go as far as saying I left out &lt;em&gt;all&lt;/em&gt; of the good parts, but I did skip right over IE quirks.

On the other hand, I think you can take all that you&#039;ve learned from Paul&#039;s Bulletproof @font-face post and apply it quite easily to add support for bold and italics.  I&#039;ll have to add the smiley variation here as an update with a note regarding IE support.</description>
		<content:encoded><![CDATA[<p>Thanks for the link himmel, I&#8217;ll have to create a new updated section for IE support. I don&#8217;t know if I&#8217;d go as far as saying I left out <em>all</em> of the good parts, but I did skip right over IE quirks.</p>
<p>On the other hand, I think you can take all that you&#8217;ve learned from Paul&#8217;s Bulletproof @font-face post and apply it quite easily to add support for bold and italics.  I&#8217;ll have to add the smiley variation here as an update with a note regarding IE support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: himmel</title>
		<link>http://www.jqueryin.com/2010/07/06/css3-font-face-with-bold-and-italic/comment-page-1/#comment-544</link>
		<dc:creator>himmel</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jqueryin.com/?p=562#comment-544</guid>
		<description>You left out all the good parts.  Checkout Paul Irish&#039;s bulletproof @font-face syntax http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/</description>
		<content:encoded><![CDATA[<p>You left out all the good parts.  Checkout Paul Irish&#8217;s bulletproof @font-face syntax <a href="http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/" >http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

