<?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: @Font-Face In Opera 10.5 Pre-Alpha Stinks, Despite &#8220;Snapshot&#8221; Hype</title>
	<atom:link href="http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/feed/" rel="self" type="application/rss+xml" />
	<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/</link>
	<description>Tracking The Move From Print To The Networked Screen</description>
	<lastBuildDate>Tue, 31 Aug 2010 20:02:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Richard Fink</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-3475</link>
		<dc:creator>Richard Fink</dc:creator>
		<pubDate>Tue, 27 Apr 2010 15:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-3475</guid>
		<description>@davis
The Opera guys are working on the problem you describe which is &lt;em&gt;synthesizing&lt;/em&gt; bold and italic and bold italic from the regular font. The other browsers do it - but as you mentioned regarding Safari, it is not standardized.
See this for the particulars:
&lt;a href=&quot;http://readableweb.com/font-face-news-opera-10-5-beta2-comes-through/&quot; rel=&quot;nofollow&quot;&gt;Opera 10.5 Beta Comes Through&lt;/a&gt;
Also, it appears that Opera still has problems with the fallback font stack when @font-face is used. 
See:
http://www.zeldman.com/2010/04/11/opera-hates-my-web-font/
http://www.zeldman.com/2010/04/13/opera-loves-my-web-font/

Regards,
Rich</description>
		<content:encoded><![CDATA[<p>@davis<br />
The Opera guys are working on the problem you describe which is <em>synthesizing</em> bold and italic and bold italic from the regular font. The other browsers do it &#8211; but as you mentioned regarding Safari, it is not standardized.<br />
See this for the particulars:<br />
<a href="http://readableweb.com/font-face-news-opera-10-5-beta2-comes-through/" rel="nofollow">Opera 10.5 Beta Comes Through</a><br />
Also, it appears that Opera still has problems with the fallback font stack when @font-face is used.<br />
See:<br />
<a href="http://www.zeldman.com/2010/04/11/opera-hates-my-web-font/" rel="nofollow">http://www.zeldman.com/2010/04/11/opera-hates-my-web-font/</a><br />
<a href="http://www.zeldman.com/2010/04/13/opera-loves-my-web-font/" rel="nofollow">http://www.zeldman.com/2010/04/13/opera-loves-my-web-font/</a></p>
<p>Regards,<br />
Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davis Peixoto</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-3459</link>
		<dc:creator>Davis Peixoto</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-3459</guid>
		<description>Hi guys,

I recently get into @font-face through Nice Web Type article and I am enjoying it, even with IE boilerplates and Opera bugs (btw, thx Paul Irish, your article really rox).

Anyway, I was using Opera 10.50 on Windows XP machine, and my surprise was when I get to Opera problem/workaround page I saw both working fine.

After some search about when Opera fixed the problem, I arrived in this post and took a look into your test page (very nice, dude, very nice). I could see it seems not fixed. In FF 3.6  it renders well and in Safari 4.0.5 it looks kinda weird (synthesized italics looks more lean than the true italics).

But I went a little bit further and looked into the source-codes. And here is where I got tricked. In my understanding, Opera guys states they fixed one problem, and you seem to be testing another principle.

Let me explain. Before, if you declare the same family, importing two different files, let&#039;s say one normal and one italic, assert the same font-family to them, and make the difference using the attribute font-style into the respective @font-face, it didn&#039;t work. You need to declare different font-family names, in order to get Opera working to use the correct fonts and so forth. This is bad, I agree.

But now, with Opera 10.50 you can do that - you did that in your test page in the &quot;true&quot; lines. So, for me, the bug is fixed.

The problem, or the advantage Opera does not have in comparison to other browsers is: it does not dinamically render the fonts.

The wrong lines in your test set were declared with the control font. You just imported one regular font, and used them declaring bold or italic, expecting the browser to render those styles itself, without any reference (this explains why Safari rendered them different).

This is a band-width saver feature that Opera lacks, but not something I can consider a bug. More than that, letting the browser render styles based into a base-font does not seems fair enough, hence it can or cannot render it propely as expected when importing a proper file.

Well, that&#039;s it pal. And thanks again for this page.</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I recently get into @font-face through Nice Web Type article and I am enjoying it, even with IE boilerplates and Opera bugs (btw, thx Paul Irish, your article really rox).</p>
<p>Anyway, I was using Opera 10.50 on Windows XP machine, and my surprise was when I get to Opera problem/workaround page I saw both working fine.</p>
<p>After some search about when Opera fixed the problem, I arrived in this post and took a look into your test page (very nice, dude, very nice). I could see it seems not fixed. In FF 3.6  it renders well and in Safari 4.0.5 it looks kinda weird (synthesized italics looks more lean than the true italics).</p>
<p>But I went a little bit further and looked into the source-codes. And here is where I got tricked. In my understanding, Opera guys states they fixed one problem, and you seem to be testing another principle.</p>
<p>Let me explain. Before, if you declare the same family, importing two different files, let&#8217;s say one normal and one italic, assert the same font-family to them, and make the difference using the attribute font-style into the respective @font-face, it didn&#8217;t work. You need to declare different font-family names, in order to get Opera working to use the correct fonts and so forth. This is bad, I agree.</p>
<p>But now, with Opera 10.50 you can do that &#8211; you did that in your test page in the &#8220;true&#8221; lines. So, for me, the bug is fixed.</p>
<p>The problem, or the advantage Opera does not have in comparison to other browsers is: it does not dinamically render the fonts.</p>
<p>The wrong lines in your test set were declared with the control font. You just imported one regular font, and used them declaring bold or italic, expecting the browser to render those styles itself, without any reference (this explains why Safari rendered them different).</p>
<p>This is a band-width saver feature that Opera lacks, but not something I can consider a bug. More than that, letting the browser render styles based into a base-font does not seems fair enough, hence it can or cannot render it propely as expected when importing a proper file.</p>
<p>Well, that&#8217;s it pal. And thanks again for this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Fink</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-2517</link>
		<dc:creator>Richard Fink</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-2517</guid>
		<description>@David
Sorry to have released your post so late. It slipped by me.
All I can say is that I don&#039;t know what you&#039;re talking about.
Opera 10.5 renders what should be the &quot;Regular&quot; font as Bold Italic. IE, Chrome, FF, and Safari render it correctly. If displaying Bold Italic instead of Regular is no problem for you, then it&#039;s no problem for me.
And there is no hatred. The day I start wasting my hatred on browser bugs is the day I hang it up.
Regards,
Rich</description>
		<content:encoded><![CDATA[<p>@David<br />
Sorry to have released your post so late. It slipped by me.<br />
All I can say is that I don&#8217;t know what you&#8217;re talking about.<br />
Opera 10.5 renders what should be the &#8220;Regular&#8221; font as Bold Italic. IE, Chrome, FF, and Safari render it correctly. If displaying Bold Italic instead of Regular is no problem for you, then it&#8217;s no problem for me.<br />
And there is no hatred. The day I start wasting my hatred on browser bugs is the day I hang it up.<br />
Regards,<br />
Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-2433</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 03 Feb 2010 11:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-2433</guid>
		<description>Strange... I take it that Fx3.6 is the reference that other browsers have to compare with. Keeping that in mind I really do not understand what the problem is: I&#039;m using Vista and the testpage looks good on O10.50 - almost the same as on Fx3.6 aside from the synthesized parts. Out of the 30 lines of text to compare, Opera breaks 3, IE8 breaks 27, Chrome4 breaks 21. So where is all the hatred coming from? 3 lines wrong in a pre-alpha snapshot?

I was using @font-face on my blog for a while. The only browser breaking up was (surprise!) Firefox, due to &quot;security resctrictions&quot;. A lame excuse, imho.</description>
		<content:encoded><![CDATA[<p>Strange&#8230; I take it that Fx3.6 is the reference that other browsers have to compare with. Keeping that in mind I really do not understand what the problem is: I&#8217;m using Vista and the testpage looks good on O10.50 &#8211; almost the same as on Fx3.6 aside from the synthesized parts. Out of the 30 lines of text to compare, Opera breaks 3, IE8 breaks 27, Chrome4 breaks 21. So where is all the hatred coming from? 3 lines wrong in a pre-alpha snapshot?</p>
<p>I was using @font-face on my blog for a while. The only browser breaking up was (surprise!) Firefox, due to &#8220;security resctrictions&#8221;. A lame excuse, imho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hi</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-2431</link>
		<dc:creator>hi</dc:creator>
		<pubDate>Wed, 03 Feb 2010 08:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-2431</guid>
		<description>Snapshot has another meaning? Whatever gave you that idea? It has the meaning it has. It&#039;s a build released for testing.

If you want people to discuss anything of substance in your posts, maybe you should focus more on substance, and less on flaming and trolling?</description>
		<content:encoded><![CDATA[<p>Snapshot has another meaning? Whatever gave you that idea? It has the meaning it has. It&#8217;s a build released for testing.</p>
<p>If you want people to discuss anything of substance in your posts, maybe you should focus more on substance, and less on flaming and trolling?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Fink</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-2427</link>
		<dc:creator>Richard Fink</dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-2427</guid>
		<description>Thanks for the info, now I know that in Operaland, &quot;snapshot&quot; has another meaning.
So, before I wrote this post, I downloaded the &quot;snapshot&quot;. And found @font-face messed up beyond diagnosis. A bug report is besides the point. You&#039;ve got an infestation. I provided a solid test page. Something along the lines that a browser company working on an @font-face implementation must surely already have if you&#039;re going to measure conformance.
And I notice you haven&#039;t taken substantive issue with anything I&#039;ve said in my &quot;rant and rave&quot;.
I like Opera, I want my code to work in it. It&#039;s  holding me and other web developers back.
Seriously.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, now I know that in Operaland, &#8220;snapshot&#8221; has another meaning.<br />
So, before I wrote this post, I downloaded the &#8220;snapshot&#8221;. And found @font-face messed up beyond diagnosis. A bug report is besides the point. You&#8217;ve got an infestation. I provided a solid test page. Something along the lines that a browser company working on an @font-face implementation must surely already have if you&#8217;re going to measure conformance.<br />
And I notice you haven&#8217;t taken substantive issue with anything I&#8217;ve said in my &#8220;rant and rave&#8221;.<br />
I like Opera, I want my code to work in it. It&#8217;s  holding me and other web developers back.<br />
Seriously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hi</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-2421</link>
		<dc:creator>hi</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-2421</guid>
		<description>&lt;blockquote&gt;In other words, the “snapshot” is a blog post by Opera desktop devs reporting on all the improvements they’ve made in 10.5.&lt;/blockquote&gt;

No, a snapshot is an Opera build released specifically to allow people out there to test unfinished Opera versions.

If you want them to get it right, the right way to do it is to report bugs.

But then I guess ranting and raving is much easier.</description>
		<content:encoded><![CDATA[<blockquote><p>In other words, the “snapshot” is a blog post by Opera desktop devs reporting on all the improvements they’ve made in 10.5.</p></blockquote>
<p>No, a snapshot is an Opera build released specifically to allow people out there to test unfinished Opera versions.</p>
<p>If you want them to get it right, the right way to do it is to report bugs.</p>
<p>But then I guess ranting and raving is much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Fink</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-2419</link>
		<dc:creator>Richard Fink</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-2419</guid>
		<description>Will do, Paul. Tweet it, baby. Enough of this. They might as well disable @font-face completely for the time being if this is all they&#039;ve got.
rich</description>
		<content:encoded><![CDATA[<p>Will do, Paul. Tweet it, baby. Enough of this. They might as well disable @font-face completely for the time being if this is all they&#8217;ve got.<br />
rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://readableweb.com/font-face-in-opera-10-5-pre-alpha-stinks-despite-snapshot-hype/comment-page-1/#comment-2417</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Tue, 02 Feb 2010 16:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://readableweb.com/?p=2835#comment-2417</guid>
		<description>Sweet, good coverage, Richard.
There are some bug reports mentioned on the Opera post.. Check, if you can, if your issues are covered.
I&#039;d also leave them a link to this post over there. :)</description>
		<content:encoded><![CDATA[<p>Sweet, good coverage, Richard.<br />
There are some bug reports mentioned on the Opera post.. Check, if you can, if your issues are covered.<br />
I&#8217;d also leave them a link to this post over there. <img src='http://readableweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
