<?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: Webfonts and Mobile Devices</title>
	<atom:link href="http://mwhenry.com/blog/2009/11/webfonts-and-mobile-devices/feed/" rel="self" type="application/rss+xml" />
	<link>http://mwhenry.com/blog/2009/11/webfonts-and-mobile-devices/</link>
	<description>A blog by Matt Henry</description>
	<lastBuildDate>Sat, 24 Jul 2010 16:57:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike Lewis</title>
		<link>http://mwhenry.com/blog/2009/11/webfonts-and-mobile-devices/comment-page-1/#comment-44</link>
		<dc:creator>Mike Lewis</dc:creator>
		<pubDate>Fri, 29 Jan 2010 02:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://mwhenry.com/blog/?p=58#comment-44</guid>
		<description>Just wanted to point out that word-spacing and justify with SVG fonts are broken with webkit browsers at the moment.  I filed a bug so hopefully it will get fixed (there&#039;s an example on the bug)

https://bugs.webkit.org/show_bug.cgi?id=34236

I&#039;d say webkit support for SVG fonts is only half there.</description>
		<content:encoded><![CDATA[<p>Just wanted to point out that word-spacing and justify with SVG fonts are broken with webkit browsers at the moment.  I filed a bug so hopefully it will get fixed (there’s an example on the bug)</p>
<p><a href="https://bugs.webkit.org/show_bug.cgi?id=34236" rel="nofollow">https://bugs.webkit.org/show_bug.cgi?id=34236</a></p>
<p>I’d say webkit support for SVG fonts is only half there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Font-face Support Table &#171; greenideas</title>
		<link>http://mwhenry.com/blog/2009/11/webfonts-and-mobile-devices/comment-page-1/#comment-29</link>
		<dc:creator>Font-face Support Table &#171; greenideas</dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://mwhenry.com/blog/?p=58#comment-29</guid>
		<description>[...] go ahead and pub­lish it. For an in-depth expla­na­tion of how I got these results, check out this post. In a nut­shell, it shows that all of the main desk­top browsers sup­port some kind of @font-face [...]</description>
		<content:encoded><![CDATA[<p>[…] go ahead and pub­lish it. For an in-depth expla­na­tion of how I got these results, check out this post. In a nut­shell, it shows that all of the main desk­top browsers sup­port some kind of @font-face […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis-Rémi Babé</title>
		<link>http://mwhenry.com/blog/2009/11/webfonts-and-mobile-devices/comment-page-1/#comment-18</link>
		<dc:creator>Louis-Rémi Babé</dc:creator>
		<pubDate>Wed, 11 Nov 2009 02:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://mwhenry.com/blog/?p=58#comment-18</guid>
		<description>I&#039;m really glad that custom fonts finally made it to the Open Web. I do, however, agree with the choice made by Mobile Web Browsers implementors, not only for load time AND memory usage, but also for readability.</description>
		<content:encoded><![CDATA[<p>I’m really glad that custom fonts finally made it to the Open Web. I do, however, agree with the choice made by Mobile Web Browsers implementors, not only for load time AND memory usage, but also for readability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://mwhenry.com/blog/2009/11/webfonts-and-mobile-devices/comment-page-1/#comment-17</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 11 Nov 2009 01:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://mwhenry.com/blog/?p=58#comment-17</guid>
		<description>@Paul Irish

Thanks, man!

That&#039;s correct about the font stack degradation. If you add &#039;serif&#039; after your iffy @font-face font, it will fall back to the default serif at the correct size. It&#039;s worth noting that I was only able to get that behavior out of my actual device, and not from the Xcode iPhone Simulator.

As regards the return value from getComputedStyle(), you may have a point. I&#039;ll have to do some more digging into how that works. And in answer to your question, (Desktop) Safari will happily return the font family when it&#039;s an SVG font, although as you point out, that&#039;s not super meaningful.

So yeah, I&#039;ll do some more digging into getComputedStyle() and see if we can&#039;t tease out something more useful. There&#039;s definitely still plenty of work to be done.

@Louis-Rémi Babé 

You&#039;re certainly right that sending giant font files over 3G or worse can get you in trouble. Nonetheless, it&#039;s another tool in the toolkit, and shouldn&#039;t be eschewed if used mindfully.</description>
		<content:encoded><![CDATA[<p>@Paul Irish</p>
<p>Thanks, man!</p>
<p>That’s correct about the font stack degradation. If you add ‘serif’ after your iffy @font-face font, it will fall back to the default serif at the correct size. It’s worth noting that I was only able to get that behavior out of my actual device, and not from the Xcode iPhone Simulator.</p>
<p>As regards the return value from getComputedStyle(), you may have a point. I’ll have to do some more digging into how that works. And in answer to your question, (Desktop) Safari will happily return the font family when it’s an SVG font, although as you point out, that’s not super meaningful.</p>
<p>So yeah, I’ll do some more digging into getComputedStyle() and see if we can’t tease out something more useful. There’s definitely still plenty of work to be done.</p>
<p>@Louis-Rémi Babé </p>
<p>You’re certainly right that sending giant font files over 3G or worse can get you in trouble. Nonetheless, it’s another tool in the toolkit, and shouldn’t be eschewed if used mindfully.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis-Rémi Babé</title>
		<link>http://mwhenry.com/blog/2009/11/webfonts-and-mobile-devices/comment-page-1/#comment-16</link>
		<dc:creator>Louis-Rémi Babé</dc:creator>
		<pubDate>Wed, 11 Nov 2009 01:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://mwhenry.com/blog/?p=58#comment-16</guid>
		<description>This is a really valuable piece of info.
For performance reasons it&#039;s actually a good thing that Mobile Browsers do not allow for custom fonts.
Nowadays developers have to cope with the fact that their site won&#039;t look exactly the same everywhere, anyway.
The fact that the user or useragent has more control over the presentation than the developer is a feature of the Open Web, not a bug.</description>
		<content:encoded><![CDATA[<p>This is a really valuable piece of info.<br />
For performance reasons it’s actually a good thing that Mobile Browsers do not allow for custom fonts.<br />
Nowadays developers have to cope with the fact that their site won’t look exactly the same everywhere, anyway.<br />
The fact that the user or useragent has more control over the presentation than the developer is a feature of the Open Web, not a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://mwhenry.com/blog/2009/11/webfonts-and-mobile-devices/comment-page-1/#comment-14</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Wed, 11 Nov 2009 00:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://mwhenry.com/blog/?p=58#comment-14</guid>
		<description>Awesome research, Matt! This is killer.

If I recall correctly, only Opera will report the actual font from the font-family stack that it used. Everyone else throws back the entire font stack to getComputedStyle()

From what I and Jonathan Snook have seen only the Mobile Safari within iPhone OS 3.1+ supports SVG webfonts. 3.0.1 users are out of luck.

You seem to be implying that if your font-stack is something like:
font-family: &quot;ChunkFive&quot;, serif;
.. and ChunkFive isn&#039;t working, then it&#039;ll use the system serif and the sizing will match what you expect. Correct? That&#039;s a really good gotcha to know.

Curious: what &lt;em&gt;does&lt;/em&gt; getComputedStyle() return for font-family when SVG is used? Just empty string? Seems like a bug worth reporting to WebKit.

Again, great stuff, Matt. :)</description>
		<content:encoded><![CDATA[<p>Awesome research, Matt! This is killer.</p>
<p>If I recall correctly, only Opera will report the actual font from the font-family stack that it used. Everyone else throws back the entire font stack to getComputedStyle()</p>
<p>From what I and Jonathan Snook have seen only the Mobile Safari within iPhone OS 3.1+ supports SVG webfonts. 3.0.1 users are out of luck.</p>
<p>You seem to be implying that if your font-stack is something like:<br />
font-family: “ChunkFive”, serif;<br />
.. and ChunkFive isn’t working, then it’ll use the system serif and the sizing will match what you expect. Correct? That’s a really good gotcha to know.</p>
<p>Curious: what <em>does</em> getComputedStyle() return for font-family when SVG is used? Just empty string? Seems like a bug worth reporting to WebKit.</p>
<p>Again, great stuff, Matt. <img src='http://mwhenry.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
