Broken Links

Thoughts on web development and technologies by Peter Gasston

Search

HTML 5 & web fonts; exciting times

With (standards-compliant) browser innovation firmly back on the agenda, there’s a lot of exciting new technology to get to grips with. This week, Google have thrown their weight firmly behind HTML5, while a new start-up aims to bring web fonts to all.

Starting with the latter, I today discovered that Jeffrey Veen’s new company, Small Batch Inc., has started touting a new licensing service for web fonts. It’s called TypeKit and, while details are scarce, it seems to be a server to host web fonts with some Javascript magic to not make them downloadable to end users.

It’s an intriguing solution to the problem I mentioned before, even if I’m not convinced it is the right solution; without knowing the specifics, it seems to me there are two fairly obvious sticking points:

First, how do we develop the site using the font if the license is only for the production server? Will there be a special development license, or will we have to buy a copy of the font and then an extra licensing fee?

Second, what about server latency (will there be a long lag until the fonts appear?) and uptime (how irritating will it be if the server is constantly falling over?).

I look forward to seeing how those issues are addressed. I personally don’t see a problem in the current/forthcoming Safari/Firefox implementation — but then, I’m not a type foundry.

It’s Google’s I/O event this week, and they’re making a big deal about supporting some of the new HTML5 syntax — principally, the video element, an example of which is on this YouTube mock-up (Firefox 3.5, Safari 4, or Chrome 3 required).

So stable is the new element that video site dailymotion.com have announced that they have converted 300,000 of their videos to use it, and the open video codec Ogg Theora. With all of the main non-IE browsers about to launch their implementation, adoption will hopefully be pretty rapid.

Bookmark

Related Posts

3 comments on
“HTML 5 & web fonts; exciting times”

  1. It makes me wonder what direction IE is going to take, with it being left so far behind in terms of standards and new tech. Think they might ever go to an open source rendering engine and keep the IE shell?

    Mike H [May 29th, 2009, 7:30 am]

  2. There is another solution offered by Typotheque. I quite like it as it doesn’t use js, and uses TTF (and EOT for IE). All you need to do, is to include a link to their css file. It even supports multi-lingual fonts.

    Interesting thing about Typotheque solution is they intend to charge according to bandwidth usage (which I think seems sensible).

    Of course, these solutions are temporary, and I think the long range outlook is to have .WOFF (Web Open Type Format) and/or EOTL (the EOT without the offending bits).

    It does seem like Font Foundries are resigned to having raw font linking support on browsers. But, the large size of raw fonts might reduce their usage.

    Divya [August 25th, 2009, 3:57 am]

  3. Hi Divya,

    I believe the Typekit and Typotheque solutions are quite similar, although AFAIK Typotheque will only be offering their own fonts this way, not other foundries’.

    I look forward to a long-term solution that doesn’t involve us paying extra for our fonts.

    Peter [August 25th, 2009, 8:26 am]

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

About this post