<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ralf Herrmann’s Typography Weblog &#187; Web Design</title>
	<atom:link href="http://opentype.info/blog/category/webdesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://opentype.info/blog</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 14:44:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The iPad and SVG fonts in Mobile Safari</title>
		<link>http://opentype.info/blog/2010/04/13/the-ipad-and-svg-fonts-in-mobile-safari/</link>
		<comments>http://opentype.info/blog/2010/04/13/the-ipad-and-svg-fonts-in-mobile-safari/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:00:23 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=295</guid>
		<description><![CDATA[With all this hype around the iPad, people keep asking if the iPad supports webfonts. The good news is: Yes, it does. The bad news: the iPad runs Mobile Safari and in contrast to the standard version of Safari only SVG fonts are supported.

Oh my gosh! Yet a another font format for the web? EOT [...]]]></description>
			<content:encoded><![CDATA[<p>With all this hype around the iPad, people keep asking if the iPad supports <a href="http://www.webfonts.info/wiki/index.php?title=What_are_webfonts%3F">webfonts</a>. The good news is: Yes, it does. The bad news: the iPad runs Mobile Safari and in contrast to the standard version of Safari only SVG fonts are supported.</p>
<p><span id="more-295"></span></p>
<p>Oh my gosh! Yet a another font format for the web? <a href="http://www.webfonts.info/wiki/index.php?title=EOT" target="_blank">EOT</a> for Internet Explorer. <a href="http://www.webfonts.info/wiki/index.php?title=Raw_fonts" target="_blank">TTF/OTF</a> for Safari &amp; Opera. <a href="http://www.webfonts.info/wiki/index.php?title=WOFF" target="_self">WOFF</a> for Firefox 3.6 and now SVG fonts for Mobile Safari? Unfortunately, yes!</p>
<p>But what are SVG fonts anyway? Is this a good webfont format? Actually, it is not a webfont format at all. The purpose of SVG fonts is to be embedded inside of SVG documents (or linked to them), similar to the way you would embed standard TrueType or OpenType fonts in a PDF.</p>
<p>SVG fonts are text files that contain the glyph outlines represented as standard SVG elements and attributes, as if they were single vector objects in the SVG image. But this is also one of the biggest disadvantages of SVG fonts. While EOT, WOFF and PostScript-flavoured OpenType have compression built into the font format, SVG fonts are always uncompressed and usually pretty large. For example, our <a href="http://www.fonts.info/info/press/free-fonts-for-font-face-embedding.htm" target="_self">Graublau Sans Web</a> fonts have just 61 KB as OpenType PS, but 172 KB converted to SVG.</p>
<div class="wp-caption alignnone" style="width: 550px"><img src="http://www.opentype.info/static/svgfont.gif" alt="" width="540" height="210" /><p class="wp-caption-text">This is how a SVG font (reduced to 2 glyphs) looks like </p></div>
<p>But there is more bad news: Since SVG fonts are just a collection of vector shapes, there is no way to store hinting information. Font foundries such as FSI have put a lot of effort into optimizing their <a href="http://opentype.info/blog/2010/02/24/introducing-web-fontfonts/" target="_blank">Web FontFonts</a> for small sizes on screen using elaborate TrueType hinting. But when you convert such a font to SVG all these information will be lost.</p>
<p>So, SVG fonts are not really an alternative to the other webfont formats. In 2008 Apple fueled the webfont revolution with the release of Safari 3.1 with support for webfonts in TrueType or OpenType format. It&#8217;s understandable that this support was deactivated in Mobile Safari for the iPhone. The screen is very small and the use of downloadable fonts hardly justifies the loading times and traffic costs of the webfonts. But this is now changing with the iPad. The resolution of the iPad in landscape mode is equal to the standard minimum resolution used for almost all websites today. The internet on the iPad is not a light version for mobile devices. So there shouln&#8217;t be any limitations either. Steve Jobs said in his iPad keynote:</p>
<p class="interview-answer">»Those devices need to be far better than a laptop or the iPhone at some key task—things like browsing the web.«</p>
<p><img class="alignnone" src="http://www.opentype.info/static/stevebrowsing.jpg" alt="" width="540" height="296" /></p>
<p>But without support for real webfonts format such as WOFF and EOT, browsing the web with Mobile Safari is not really better. So I am really hoping that Apple will include true webfont formats in Mobile Safari—preferably WOFF which is also missing in Safari but has a good chance of becoming <em>the</em> webfont format in the near future.</p>
<div class="wp-caption alignnone" style="width: 550px"><img class=" " src="http://www.opentype.info/static/webfontswithout.jpg" alt="" width="540" height="422" /><p class="wp-caption-text">The site about webfonts, but by default, no true webfonts supported on the iPad</p></div>
<p>If you want to use webfonts on the iPad today, you need to provide SVG fonts. To convert your fonts to SVG you can use applications such as <a href="http://fontforge.sourceforge.net/" target="_blank">FontForge</a> or the @font-face generator from <a href="http://www.fontsquirrel.com/fontface/generator" target="_blank">Font Squirrel</a>. With the <a href="http://www.webfonts.info/wiki/index.php?title=Category:Webfont_Services" target="_blank">webfont services</a> from Typekit and Typotheque you also get (<a href="http://blog.typekit.com/2010/04/09/typekit-now-supports-fonts-for-the-ipad/" target="_blank">experimental</a>) SVG fonts support.</p>
<div class="wp-caption alignnone" style="width: 550px"><img src="http://www.opentype.info/static/webfontswith.jpg" alt="" width="540" height="423" /><p class="wp-caption-text">The Typekit homepage with experimental SVG fonts support</p></div>
<p>Linking SVG fonts in your website is similar to using any other webfont format. You just add another line to the @font-face rule in your CSS:</p>
<div id="_mcePaste" style="padding-left: 30px;"><span style="color: #993300;">@font-face {</span></div>
<div id="_mcePaste" style="padding-left: 30px;"><span style="color: #993300;">font-family: &#8216;GraublauWebRegular&#8217;;</span></div>
<div id="_mcePaste" style="padding-left: 30px;"><span style="color: #993300;">url(&#8216;graublauweb.otf&#8217;) format(&#8216;opentype&#8217;), </span></div>
<div style="padding-left: 30px;"><span style="color: #993300;">url(&#8216;graublauweb.svg#GraublauWeb-Regular&#8217;) format(&#8217;svg&#8217;);</span></div>
<div id="_mcePaste" style="padding-left: 30px;"><span style="color: #993300;">}</span></div>
<p>Note that the file name is followed by a hash tag. This relates to the font ID, which you will have to set while converting the font to SVG. The reason for this is, that multiple fonts can be embedded in a SVG document and therefore an identifier is required.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+iPad+and+SVG+fonts+in+Mobile+Safari+http://bit.ly/cOu3Ic" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=The+iPad+and+SVG+fonts+in+Mobile+Safari+http://bit.ly/cOu3Ic" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/04/13/the-ipad-and-svg-fonts-in-mobile-safari/&amp;t=The+iPad+and+SVG+fonts+in+Mobile+Safari" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/04/13/the-ipad-and-svg-fonts-in-mobile-safari/&amp;t=The+iPad+and+SVG+fonts+in+Mobile+Safari" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2010/04/13/the-ipad-and-svg-fonts-in-mobile-safari/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Introducing Web FontFonts</title>
		<link>http://opentype.info/blog/2010/02/24/introducing-web-fontfonts/</link>
		<comments>http://opentype.info/blog/2010/02/24/introducing-web-fontfonts/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 07:31:15 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=270</guid>
		<description><![CDATA[While FontFonts were already available thru TypeKit, FontShop International has now announced, that more than 30 of the most popular FontFont families are now available for download as so-called Web FontFonts, including FF DIN, FF Meta, FF Dax, and FF Kievit. This enables a more seamless and effective transition from print design to the web. An organization whose identity uses FF DIN, for example, can now [...]]]></description>
			<content:encoded><![CDATA[<p>While FontFonts were already available thru <a href="http://www.typekit.com" target="_blank">TypeKit</a>, FontShop International has now announced, that more than 30 of the most popular FontFont families are now available for download as so-called <a href="http://www.fontshop.com/fontlist/n/web_fontfonts/">Web FontFonts</a>, including FF DIN, FF Meta, FF Dax, and FF Kievit. This enables a more seamless and effective transition from print design to the web. An organization whose identity uses FF DIN, for example, can now deliver that experience on the web, using true HTML text.</p>
<p><span id="more-270"></span></p>
<p>Web FontFonts come as a download package with an <a href="http://www.webfonts.info/wiki/index.php?title=EOT" target="_blank">EOT</a> and a <a href="http://www.webfonts.info/wiki/index.php?title=WOFF" target="_blank">WOFF</a> file. The official announcements states that this will cover “more than 90% of all web visitors”, but unfortunately at the moment this is marketing talk. WOFF is currently only available in the latest release of Firefox. If someone uses an older version or Safari or Opera, Web FontFonts won’t show up. I just contacted the major browser makers asking for their plans concerning WOFF, but no one is currently working on an implementation of this format. So we probably need to wait some time until this concept of WOFF and EOT (as an Internet Explorer fallback) will really take off. Nethertheless, WOFF has a very good chance of becoming <em>the</em> webfont format, so I really appreciate that FSI is taking the lead in supporting it.</p>
<p>The fonts are licensed based on the estimate number of page-views per month for the website. There are three levels: up to 500,000; up to 5 million; and up to 50 million. To me this sounds like a very reasonably deal.</p>
<p>A detailed <a href="http://www.fontshop.com/blog/newsletters/pdf/webfontfontuserguide.pdf" target="_self">user guide</a> describes how you can link the fonts on your website. It is also important to mention that FSI’s webfonts are carefully optimized for screen. A regular desktop font converted to WOFF or EOT will very likely look terrible in smaller sizes on Windows. Only optimized screen fonts promise a good legibility across all platforms and in all sizes. The Web FontFonts certainly fulfill this promise. You can check it out by looking at the <a href="http://typekit.com/foundries/fontfont" target="_blank">browser samples</a> provided by Typekit.</p>
<p>The Web FontFonts are available for licensing here: <a href="http://www.fontshop.com/fontlist/n/web_fontfonts/" target="_blank">http://www.fontshop.com/fontlist/n/web_fontfonts/</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Introducing+Web+FontFonts+http://bit.ly/960BHo" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Introducing+Web+FontFonts+http://bit.ly/960BHo" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/02/24/introducing-web-fontfonts/&amp;t=Introducing+Web+FontFonts" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/02/24/introducing-web-fontfonts/&amp;t=Introducing+Web+FontFonts" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2010/02/24/introducing-web-fontfonts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TypeFront &#8211; a font distribution platform for the web</title>
		<link>http://opentype.info/blog/2010/02/07/typefront-a-font-distribution-platform-for-the-web/</link>
		<comments>http://opentype.info/blog/2010/02/07/typefront-a-font-distribution-platform-for-the-web/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:13:42 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=250</guid>
		<description><![CDATA[Services around webfonts are currently springing up like mushrooms. Here is another one: TypeFront, a service to host webfonts for users and foundries. Website owners can upload their licensed fonts and the service ensures that the fonts cannot be accessed from other websites.
Moreover the service also provides an API, so foundries can set up their [...]]]></description>
			<content:encoded><![CDATA[<p>Services around webfonts are currently springing up like mushrooms. Here is another one: <a href="http://www.webfonts.info/wiki/index.php?title=TypeFront" target="_blank">TypeFront</a>, a service to host webfonts for users and foundries. Website owners can upload their licensed fonts and the service ensures that the fonts cannot be accessed from other websites.<br />
Moreover the service also provides an API, so foundries can set up their own webfont service with TypeFront. Prices for TypeFront start at $5/month and users can test the service 30 days free of charge.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=TypeFront+%E2%80%93+a+font+distribution+platform+for+the+web+http://bit.ly/atjaa4" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=TypeFront+%E2%80%93+a+font+distribution+platform+for+the+web+http://bit.ly/atjaa4" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/02/07/typefront-a-font-distribution-platform-for-the-web/&amp;t=TypeFront+%E2%80%93+a+font+distribution+platform+for+the+web" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/02/07/typefront-a-font-distribution-platform-for-the-web/&amp;t=TypeFront+%E2%80%93+a+font+distribution+platform+for+the+web" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2010/02/07/typefront-a-font-distribution-platform-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fontspring &#8211; @Font-Face ready typefaces</title>
		<link>http://opentype.info/blog/2010/02/05/fontspring-font-face-ready-typefaces/</link>
		<comments>http://opentype.info/blog/2010/02/05/fontspring-font-face-ready-typefaces/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 10:05:35 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=243</guid>
		<description><![CDATA[While webfont services are getting a lot of attention these days, there is still the “old way” of licensing fonts with a one-time license fee. But usually such licenses don&#8217;t cover the use of fonts on websites via @font-face. Now Fontspring has opened its store—a font reseller which offers fonts for regular desktop use, but all [...]]]></description>
			<content:encoded><![CDATA[<p>While <a href="http://www.webfonts.info/wiki/index.php?title=Category:Webfont_Services" target="_blank">webfont services</a> are getting a lot of attention these days, there is still the “old way” of licensing fonts with a one-time license fee. But usually such licenses don&#8217;t cover the use of fonts on websites via <a href="http://www.webfonts.info/wiki/index.php?title=What_are_webfonts%3F" target="_blank">@font-face</a>. Now <a href="http://www.fontspring.com/" target="_blank">Fontspring</a> has opened its store—a font reseller which offers fonts for regular desktop use, but all fonts in the catalogue can also be used with the @font-face rule. If you purchase a license for a font on Fontspring.com you will get an OpenType font to be installed on your computer and web package, that contains TrueType and <a href="http://www.webfonts.info/wiki/index.php?title=Embedded_OpenType_format" target="_blank">EOT</a> fonts, which you can upload to your webserver. The license fee may cover single or an unlimited number of domains. This is up to the designer of the fonts. I like the simplicity of this concept and I am looking forward to see which font foundries will join this shop. Looking at the Fontspring catalogue today, I see a few interesting typefaces, but already way too many fonts, which are not really suitable for commercial websites.</p>
<p><a href="http://www.fontspring.com" target="_blank">http://www.fontspring.com</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Fontspring+%E2%80%93+%40Font-Face+ready+typefaces+http://bit.ly/bv9MeY" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Fontspring+%E2%80%93+%40Font-Face+ready+typefaces+http://bit.ly/bv9MeY" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/02/05/fontspring-font-face-ready-typefaces/&amp;t=Fontspring+%E2%80%93+%40Font-Face+ready+typefaces" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/02/05/fontspring-font-face-ready-typefaces/&amp;t=Fontspring+%E2%80%93+%40Font-Face+ready+typefaces" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2010/02/05/fontspring-font-face-ready-typefaces/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The best sites with webfonts?</title>
		<link>http://opentype.info/blog/2010/01/29/the-best-sites-with-webfonts/</link>
		<comments>http://opentype.info/blog/2010/01/29/the-best-sites-with-webfonts/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 18:06:36 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=237</guid>
		<description><![CDATA[Now that @font-face is supported across all major browsers and more and more fonts are available for @font-face linking, I would like to showcase the best websites using webfonts. Do you know such websites or do you have created one? Let me know and leave a comment to this article. Thank you!
 Tweet This  [...]]]></description>
			<content:encoded><![CDATA[<p>Now that @font-face is supported <a href="http://www.webfonts.info/wiki/index.php?title=%40font-face_browser_support">across all major browsers</a> and more and more fonts are available for @font-face linking, I would like to showcase the best websites using webfonts. Do you know such websites or do you have created one? Let me know and leave a comment to this article. Thank you!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+best+sites+with+webfonts%3F+http://mqwko.th8.us" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=The+best+sites+with+webfonts%3F+http://mqwko.th8.us" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/01/29/the-best-sites-with-webfonts/&amp;t=The+best+sites+with+webfonts%3F" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2010/01/29/the-best-sites-with-webfonts/&amp;t=The+best+sites+with+webfonts%3F" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2010/01/29/the-best-sites-with-webfonts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why webfont services are the future of fonts on the web</title>
		<link>http://opentype.info/blog/2009/07/29/why-webfont-services-are-the-future-of-fonts-on-the-web/</link>
		<comments>http://opentype.info/blog/2009/07/29/why-webfont-services-are-the-future-of-fonts-on-the-web/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 17:01:05 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[.webfont]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[eot]]></category>
		<category><![CDATA[eot lite]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=134</guid>
		<description><![CDATA[The debate about webfonts just reached its peak at a panel discussion on this year’s TypeCon conference. (You can listen to the 2 hours audio at Typographica and read summaries at i love typography and NiceWebType.) The discussion left a lot of people puzzled about how the future of fonts on the web might look like. Here [...]]]></description>
			<content:encoded><![CDATA[<p>The debate about webfonts just reached its peak at a panel discussion on this year’s TypeCon conference. (You can listen to the 2 hours audio at <a href="http://new.typographica.org/2009/on-typography/audio-from-the-web-fonts-panel-at-typecon2009/">Typographica</a> and read summaries at <a href="http://ilovetypography.com/2009/07/20/web-fonts-—-where-are-we/" target="_blank">i love typography</a> and <a href="http://nicewebtype.com/notes/2009/07/19/type-sellers-web-fonts-and-typekit/" target="_blank">NiceWebType</a>.) The discussion left a lot of people puzzled about how the future of fonts on the web might look like. Here is my outlook  …</p>
<p><span id="more-134"></span>As a type <em>and</em> web designer, webfonts were always of great interest to me. As a type designer I was shocked, when Safari started to support linking TrueType and OpenType fonts (now usually called “raw fonts” in this context) with Safari 3.1 in march 2008. Web designers could now upload my commercial fonts to a public web server where everyone could easily download them. One year later almost all type foundries seem to remain in this shock.</p>
<p>But since I am also a web designer I began to see it from a web designer’s perspective. I thought about ways to improve the protection of raw fonts and also about new ways of licensing, for example web services that would host the fonts and deliver them whenever your website is being viewed. Apparently I wasn’t alone with such thoughs. Currently several <a href="http://webfonts.info/wiki/index.php?title=Category:Webfont_Services">webfont services</a> are being developed. Meanwhile the percentage of users who can actually see webfonts keeps growing. Firefox 3.5 has implemented the possibility to link to raw fonts and so will Opera with version 10. So all major browsers support webfonts now! But there is also catch: There is currently no single webfont format, that all browsers and type foundries can agree on. To understand the current dilemma we need to look at the history of webfonts and the CSS “@font-face rule” that makes webfonts possible.</p>
<h1 class="inbody">Webfonts history</h1>
<p><a href="http://www.webfonts.info">Webfonts</a> are font files embedded in websites using the <a href="http://www.w3.org/TR/css3-webfonts/">@font-face rule</a>. This technique was first available around 1997 in Netscape Navigator 4 using Bitstream&#8217;s TrueDoc standard and in Internet Explorer 4 using Microsoft’s Embedded OpenType format (.EOT). But both formats were hardly used, mostly because the render quality was rather poor these days and only well-hinted system fonts looked good on websites.<br />
Today the render quality in all operating systems and browsers has improved dramatically and webfonts get a second chance. But while Microsoft sticks to its EOT format since version 4 of Internet Explorer, the developers of Safari, Firefox and Opera went a different route and implemented @font-face in a way where only raw fonts (TrueType/OpenType) work. So if web designers want to use webfonts they need to include both EOT and TTF/OTF to make it work across all major browsers.</p>
<h1 class="inbody">Raw fonts and the intellectual property</h1>
<p>For web designers using both EOT and TTF/OTF may not be perfect, but its not too hard either. The problem is that almost all type foundries don’t allow the use of their commercial fonts as “raw fonts” on a web server. They are afraid…</p>
<ul>
<li>that there customers might upload their print fonts to a web server without a proper web license.</li>
<li>that anyone can download those raw fonts from the browser and install the fonts on the local system, without having paid for it at all.</li>
</ul>
<p>So the foundries are hoping for a new solution, a new web-only font format. But it’s somehow ironic that at the very moment, when webfonts become finally useable across all major browsers, the foundries are trying to invent a new format that will currently not work in any browser at all and will take probably 6 to 8 years until it reaches the same level of support that EOT and TTF/OTF have today. Or as someone on a German blog put it: <em>“The type foundries are standing on the platform arguing about the seating arrangements while the train has already left the station.”</em></p>
<h1 class="inbody">.webfont format</h1>
<p>One such new webfont format proposal is <em><a href="http://lists.w3.org/Archives/Public/www-font/2009JulSep/0440.html" target="_blank">.webfont</a></em> by  Tal Leming and Erik van Blokland. It’s a zipped file that includes the font data and an XML file with meta data, such as permissions on which website the font can be used. <a href="http://typegirl.tumblr.com/post/142912558/most-of-the-important-foundries-are-supporting-webfont">Many foundries</a> support this proposal, but it will certainly take years until it is included in all major browsers.</p>
<h1 class="inbody">OTW and EOT Lite</h1>
<p>The foundry Ascender proposed a new web format called <a href="http://blog.fontembedding.com/post/2009/06/10/New-Web-Fonts-Proposal.aspx">OpenType Web</a> (OTW). It is based on regular TrueType/OpenType fonts with some additional information and some changes in the format, which make it impossible to install this font on a local machine.<br />
But Ascender realized that it may take too long to implement such a format in all major browsers, especially in Internet Explorer. That’s why they created a new proposal called <a href="http://blog.fontembedding.com/post/2009/06/29/Revised-Web-Fonts-Proposal.aspx" target="_blank">EOT Lite</a>, which is based on Microsoft’s EOT format but without the compression and the URL-binding, because these were features the developers of Opera/Firefox and Safari rejected. EOT Lite already works in Internet Explorer and would only needed to be included in the other major browsers. But then again: URL-binding and compression are the main reason for the existence of the the EOT format. Removing these features from a webfont creates a bad compromise. “And so, as I see it, an EOT Lite file is nothing more than a TTF file with a different file extension.” Quote from <a href="http://readableweb.com/jeffrey-zeldman-questions-the-eot-lite-web-font-format/" target="_blank">Richard Fink</a></p>
<h1 class="inbody">The status quo</h1>
<p>So there we have it: Webfonts are now supported in all major browsers, but most foundries don’t agree to the use of their fonts as raw fonts on web servers, so the web designers can’t use them. New formats are proposed, but they will take years to be included in all browsers. So what do we do? Use only freeware and open source fonts?</p>
<h1 class="inbody">Webfont services</h1>
<p>I think these first examples of commercial webfonts show very clearly how commercial webfonts can enrich websites.<br />
<a href="http://craigmod.com/journal/font-face/"><img class="alignnone" style="margin-top: 5px; margin-bottom: 5px; border: 1px solid black;" src="http://www.opentype.info/static/cwebfonts1.jpg" alt="" width="500" height="379" /></a><br />
<a href="http://www.typotheque.com/webfonts/sample"><img class="alignnone" style="margin-top: 5px; margin-bottom: 5px; border: 1px solid black;" src="http://www.opentype.info/static/cwebfonts2.jpg" alt="" width="500" height="379" /></a><br />
<a href="http://www.forabeautifulweb.com/"><img class="alignnone" style="margin-top: 5px; margin-bottom: 5px; border: 1px solid black;" src="http://www.opentype.info/static/cwebfonts3.jpg" alt="" width="500" height="379" /></a></p>
<p>Professional web designers want professional typeface for their work and corporate clients want to use their corportate typeface on their websites – and there is a solution that works today: Webfont services like <a href="http://webfonts.info/wiki/index.php?title=Typekit" target="_blank">Typekit</a>, <a href="http://webfonts.info/wiki/index.php?title=FontDeck" target="_blank">Fontdeck</a> and <a href="http://webfonts.info/wiki/index.php?title=Kernest" target="_blank">Kernest</a>. As I said in the beginning of this article, it’s the solution from the web designer’s perspective. An external service that you embed in your website like a route plan from Google Maps. You don’t need to worry about different font formats, browsers version, compression and subsetting – the webfont service will automatically deliver the right CSS and the right font file to the visitors of your website. And these webfont services can even include some level of protection, so the font foundries might agree to the use of raw fonts with these services.</p>
<p>Using a webfont service is certainly a very different way to license a font and many are being sceptical about this concept. Here are some common concerns:</p>
<p><strong><em>What if the service fails and the fonts are missing?</em></strong></p>
<p>Don’t worry, the developers of those webfont services are well aware of this issue and will host the files on Content Distribution Network (CDN) that can guarantee the constant delivery of the fonts all over the world.</p>
<p><strong><em>But I don’t want external services, I want all files on my server!</em></strong></p>
<p>Yes there was a time when a website was nothing more than a folder with lots of files in it. You could stick it on a CD-ROM or upload it to webserver, it would always work. But today there is hardly any website left, that doesn’t use a permanent database connection or external services like Google Analytics. Today a website must work on a device that is online and therefore external services are a commonly accepted tool.</p>
<p>Don’t forget that webfonts are a piece of software that needs maintanance. Your page might get a new domain and you need to update the URL-binding in the fonts. You site might be translated to Russian and you need to change the subsetting to reflect that. A new browser version might handle some @font-face descriptors or OpenType features differently and the fonts need to be updated &#8230;</p>
<p>And that’s where you can rely on a webfont service that will handle this automatically and generate all the necessary files on the fly.</p>
<p><strong><em>So now I have to pay forever to use a font instead of just once?</em></strong></p>
<p>Yes and no. Sure, you now just rent an access to a certain font file. But that has also some big advantages for the users. Traditionally fonts are licensed for a flat fee and only after your payment do you get a chance to to use the fonts. So you are forced to buy a pig in a poke. It may not work for you or your client might reject the font. So even if you never use it, you have paid the full price.</p>
<p>But with webfont services it would be really easy to offer a trial period. You could play with several fonts, present them to you client and when the trial period is over you could decide whether you stop using the font or whether you start paying the monthly fee. And if you, let’s say after 6 months, don’t like the font anymore, you could switch to another one or just cancel the subscription and you have probably paid much less that you would with traditional font license.</p>
<h1 class="inbody">Interviews</h1>
<p>I asked Jeffrey Veen from <a href="http://www.typekit.com" target="_blank">Typekit</a> and Veronika Burian from <a href="http://www.type-together.com" target="_blank">Type Together</a> about their opinion on webfont services. Here are their answers …</p>
<p class="interview-question">
<p class="interview-question">RH: Web designers often say they want full control over the fonts and don’t like external services. What do you think are the most important advantages of using webfonts as a service?</p>
<p class="interview-answer"><img class="alignleft" style="margin-right: 5px;" src="http://www.opentype.info/static/jeffrey.jpg" alt="" width="53" height="80" />»I think the tide is changing a bit. I see many sites linking to third-party Javascript frameworks like jQuery, or using Amazon S3 for image hosting.<br />
There are really two things to consider: reliability and performance. Typekit is hosting fonts on a global content delivery network with redundant servers in North America, Europe and Asia. Most organizations can’t afford to host with providers like this, so the reality is that Typekit fonts will be served more reliably and with lower latency than most of our customers&#8217; sites.</p>
<p class="interview-answer">The second thing to consider is how browsers request content from servers. Many people assume that adding third-party servers will slow them down, but the reality is it actually helps quite a bit. Browsers have limits on how many simultaneous requests they will make to individual servers. By hosting parts of your site on different domains, the browser will open more connections and load things like fonts and stylesheets much faster than if they were hosted on the same server.«</p>
<p class="interview-question">RH: Type foundries are used to license their fonts to commercial design studios and other corporate clients. Webfonts might reach a much wider audience – do you agree? Which customers do you want to address with Typekit?</p>
<p class="interview-answer"><img class="alignleft" style="margin-right: 5px;" src="http://www.opentype.info/static/jeffrey.jpg" alt="" width="53" height="80" />»We’ve identified a number of audience segments that could benefit from webfonts, and Typekit will have multiple ways of addressing them. Working designers who maintain brand identities only scratches the surface of what&#8217;s happening on the web today. Social media has blurred the distinction between publisher and consumer. There are an estimated 184 million blogs in the world today, all of them building a unique voice and identity. Some of us may see the vast unwashed masses on MySpace as a design disaster, but it also represents a first step towards people expressing their online identity visually. Webfonts will accelerate all of that.«</p>
<p class="interview-answer">
<p class="interview-question">RH: What’s your opinion on the debate about webfont security and the ongoing discussion about better webfonts formats?</p>
<p class="interview-answer"><img class="alignleft" style="margin-right: 5px;" src="http://www.opentype.info/static/jeffrey.jpg" alt="" width="53" height="80" />»We’ve written about this on the Typekit blog, both in our support for Tal Lemming’s and Erik van Blokland’s <a href="http://blog.typekit.com/2009/07/16/why-we-support-the-new-webfont-proposal/" target="_blank">.webfont proposal</a>, as well as our in-depth explanation of how we’re <a href="http://blog.typekit.com/2009/07/21/serving-and-protecting-fonts-on-the-web/" target="_blank">serving and protecting fonts</a>.</p>
<p class="interview-answer">I see a couple issues here. First, the type industry is fortunate to be able to learn from recent history. Media companies have struggled for a decade with the balance of protecting their assets while enabling as big an audience as possible. They’ve tried different DRM schemes, which have pretty much all failed. They’ve tried strong-arm legal tactics and learned that suing their best customers is a short-term solution at best. There&#8217;s a lot of precedent there, and I think we can skip over a lot of earlier mistakes.</p>
<p class="interview-answer">But I also believe there are unique qualities to fonts that make the analogy to music, photos, and video a bit weaker. Unlike, say, stock photography, fonts are pieces of software used to create visual communication. Not only that, but the same software used to create a work is needed to view the work. So type designers are having their entire source code sent to every person who views a web page. That’s the reason why so many of the foundries are being cautious and proposing new formats. There are parts of this new world that have no precedent and we all want to make sure we think about this very carefully.«</p>
<p class="interview-question">RH: Webfonts are uncharted waters for type foundries. Why do you decided so early to team up with a webfont service to bring some of your fonts to the web?</p>
<p class="interview-answer"><img class="alignleft" style="margin-right: 5px;" src="http://www.opentype.info/static/veronika.jpg" alt="" width="53" height="80" />»We think it’s a great idea to bring finally good typography to the web. We understand, that web designers have been long keen on having access to a broader range of typefaces. Various workarounds exist, but never took off on a big scale. So, when TypeKit asked us to participate in their new scheme, we thought that it is a very promising business model that is fair to both parties, the web and type designers. It has the potential of promoting good typography in a legally safe environment and at the same time bring some revenue to the type designers, who spent long hours designing good fonts. It might also push type developers to add extra value to their fonts for the web, by preparing them for on-screen viewing, i.e. hint them properly.«</p>
<p class="interview-answer">
<p class="interview-question">RH: What are your expectations for this new market, its growth and customers? Are your customers requesting webfont licensing?</p>
<p class="interview-answer"><img class="alignleft" style="margin-right: 5px;" src="http://www.opentype.info/static/veronika.jpg" alt="" width="53" height="80" />»Yes, we have been asked a few times about our policy on licensing for the web. At the moment, we allow for font embedding, but not font-linking, except via TypeKit. We think, it&#8217;s a growing market with a lot of potential. The demand for fonts on the web seems very high. However, it’s also a competing market and the players (browsers, foundries, W3C) are not unified enough and don’t have a common opinion or interest in the same issues. I fear this slows down the process.«</p>
<p class="interview-answer">
<p class="interview-question">RH: What is your opinion about the whole issue of webfont security? Are you satisfied with the way your fonts are obfuscated through the Typekit service?</p>
<p class="interview-answer"><img class="alignleft" style="margin-right: 5px;" src="http://www.opentype.info/static/veronika.jpg" alt="" width="53" height="80" />»It’s impossible to completely avoid font piracy. Our fonts have been hacked and are already available illegally on various sites. Personally, I am not so bothered unless the fonts are redistributed and/or used for a clients project with monetary gain. As far as I can tell, that hasn’t happened yet. TypeKit is using several techniques to make it harder for users to gain access to actually working fonts. Although it’s possible to download the font files from the source code of the website using the fonts, it takes some effort and technical font knowledge to make them into fully working fonts again that can also be printed. I seriously doubt that any decent designer would use them for a client project and risk legal prosecution. So overall, I believe TypeKit is doing a good job in regards to webfont security.«</p>
<h1 class="inbody">Conclusion</h1>
<p>If webfont services manage to find a pricing scheme that works for the users <em>and </em>the foundries I predict them to be extremely successful in the next couple of years and webfonts can be a huge an unprecedented market for the font foundries. A new webfont format like <em>.webfont</em> might emerge over the next years and can then be available for conventional licensing (i.e. without renting). Webfont services can easily include such a new format, but it will take a very long time until it can make the current use of EOT and TTF/OTF superfluous.</p>
<p>Related links:</p>
<ul>
<li><a href="http://www.webfonts.info">Webfonts.info</a></li>
<li><a href="http://feeds.feedburner.com/WebfontsinfoNews">Webfonts.info RSS-Feed</a></li>
<li><a href="http://www.twitter.com/opentype">Follow me on Twitter</a></li>
</ul>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Why+webfont+services+are+the+future+of+fonts+on+the+web+http://bit.ly/wMO3i" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Why+webfont+services+are+the+future+of+fonts+on+the+web+http://bit.ly/wMO3i" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/07/29/why-webfont-services-are-the-future-of-fonts-on-the-web/&amp;t=Why+webfont+services+are+the+future+of+fonts+on+the+web" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/07/29/why-webfont-services-are-the-future-of-fonts-on-the-web/&amp;t=Why+webfont+services+are+the+future+of+fonts+on+the+web" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2009/07/29/why-webfont-services-are-the-future-of-fonts-on-the-web/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>The Potential of Web Typography</title>
		<link>http://opentype.info/blog/2009/06/30/the-potential-of-web-typography/</link>
		<comments>http://opentype.info/blog/2009/06/30/the-potential-of-web-typography/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:27:08 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=127</guid>
		<description><![CDATA[Firefox 3.5 with support for webfonts is out. This demo page by Ian Lynam &#38; Craig Mod shows how commercial webfonts can enrich a website. The demo page uses subsetted versions of fonts from the Dutch foundry Underware and “is intended to show what will be possible once foundries revise their EULAs allowing for high-quality [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://getfirefox.com" target="_blank">Firefox 3.5</a> with support for <a href="http://webfonts.info" target="_blank">webfonts</a> is out. This <a href="http://craigmod.com/journal/font-face/" target="_blank">demo page</a> by Ian Lynam &amp; Craig Mod shows how commercial webfonts can enrich a website. The demo page uses subsetted versions of fonts from the Dutch foundry <a href="http://www.underware.nl" target="_blank">Underware</a> and “is intended to show what will be possible once foundries revise their <span class="sc">EULA</span>s allowing for high-quality professional level fonts to be referenced in <span class="sc">CSS</span>“.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+Potential+of+Web+Typography+http://bit.ly/TjeAT" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=The+Potential+of+Web+Typography+http://bit.ly/TjeAT" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/06/30/the-potential-of-web-typography/&amp;t=The+Potential+of+Web+Typography" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/06/30/the-potential-of-web-typography/&amp;t=The+Potential+of+Web+Typography" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2009/06/30/the-potential-of-web-typography/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Webfonts tweets</title>
		<link>http://opentype.info/blog/2009/06/03/webfonts-tweets/</link>
		<comments>http://opentype.info/blog/2009/06/03/webfonts-tweets/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 15:21:03 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=96</guid>
		<description><![CDATA[Now you can also follow me on twitter. I will use this account mainly for comments and discussions about webfonts.
http://twitter.com/opentype
 Tweet This  Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Now you can also follow me on <a href="http://twitter.com/opentype">twitter</a>. I will use this account mainly for comments and discussions about webfonts.<br />
<a href="http://twitter.com/opentype">http://twitter.com/opentype</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Webfonts+tweets+http://bit.ly/bNhrMQ" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Webfonts+tweets+http://bit.ly/bNhrMQ" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/06/03/webfonts-tweets/&amp;t=Webfonts+tweets" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/06/03/webfonts-tweets/&amp;t=Webfonts+tweets" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2009/06/03/webfonts-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful webfonts demo</title>
		<link>http://opentype.info/blog/2009/05/25/beautiful-webfonts-demo/</link>
		<comments>http://opentype.info/blog/2009/05/25/beautiful-webfonts-demo/#comments</comments>
		<pubDate>Mon, 25 May 2009 15:32:03 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=93</guid>
		<description><![CDATA[Tim Brown from nicewebtype.com designed a beatiful webfonts demo page using Graublau Sans Web. If you use a browser capable of linking TrueType/OpenType fonts try the demo page – otherwise take a look at the screenshot.
 Tweet This  Share on Facebook]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://farm4.static.flickr.com/3344/3563322452_afd52400a7.jpg" alt="" width="215" height="500" />Tim Brown from <a href="http://nicewebtype.com" target="_blank">nicewebtype.com</a> designed a beatiful webfonts demo page using <a href="http://www.fonts.info/info/press/free-fonts-for-font-face-embedding.htm" target="_blank">Graublau Sans Web</a>. If you use a <a href="http://webfonts.info/wiki/index.php?title=%40font-face_browser_support" target="_blank">browser</a> capable of linking TrueType/OpenType fonts try the <a href="http://nicewebtype.com/fonts/graublau-sans-web/" target="_blank">demo page</a> – otherwise take a look at the <a href="http://nicewebtype.com/fonts/graublau-sans-web/images/graublau-sans-web.png" target="_blank" rel="lightbox[93]">screenshot</a>.<br style="clear:both" /></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Beautiful+webfonts+demo+http://bit.ly/afAWcn" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Beautiful+webfonts+demo+http://bit.ly/afAWcn" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/05/25/beautiful-webfonts-demo/&amp;t=Beautiful+webfonts+demo" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/05/25/beautiful-webfonts-demo/&amp;t=Beautiful+webfonts+demo" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2009/05/25/beautiful-webfonts-demo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Commercial font vendors starting to allow @font-face embedding</title>
		<link>http://opentype.info/blog/2009/05/20/commercial-font-vendors-starting-to-allow-font-face-embedding/</link>
		<comments>http://opentype.info/blog/2009/05/20/commercial-font-vendors-starting-to-allow-font-face-embedding/#comments</comments>
		<pubDate>Wed, 20 May 2009 09:11:26 +0000</pubDate>
		<dc:creator>Ralf Herrmann</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://opentype.info/blog/?p=91</guid>
		<description><![CDATA[When Apple introduced its @font-face support in Safari 3.1 in March 2008 it caused heated debates in the type industry, because in order to embed a TrueType or OpenType font in a website, the fonts need to be uploaded to a public server, free for everyone to be downloaded. But the users keep requesting the use of commercial [...]]]></description>
			<content:encoded><![CDATA[<p><a href="#"><img style="float:right" src="http://www.opentype.info/blog/survey/survey.jpg" alt="" width="150" height="158" /></a>When Apple introduced its <a href="http://opentype.info/blog/2008/04/03/web-font-embedding-font-face-is-back/">@font-face support</a> in Safari 3.1 in March 2008 it caused heated debates in the type industry, because in order to embed a TrueType or OpenType font in a website, the fonts need to be uploaded to a public server, free for everyone to be downloaded. But the users<a href="http://opentype.info/blog/2008/04/19/font-face-survey-results/" target="_blank"> keep requesting</a> the use of commercial fonts on websites.</p>
<p>Now more and more commercial font foundries have overcome their shock and have announced to support @font-face embedding for their fonts. Most notably, David Berlow of the Font Bureau has <a href="http://type101.fontbureau.com/archives/149" target="_blank">just announced</a> that their fonts will soon be available for @font-face embedding. Font Bureau introduces a new permission table included in the fonts, but this table is currently not technically enforced in any way, so there are no limitations like the URL-binding feature of the <a href="http://webfonts.info/wiki/index.php?title=EOT" target="_blank">EOT format</a>. </p>
<p>I am keeping track of foundries supporting @font-face embedding on this <a href="http://webfonts.info/wiki/index.php?title=Commercial_foundries_which_allow_%40font-face_embedding" target="_blank">Webfonts.info Wiki</a> page.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Commercial+font+vendors+starting+to+allow+%40font-face+embedding+http://bit.ly/AJRJ9" title="Post to Twitter"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Commercial+font+vendors+starting+to+allow+%40font-face+embedding+http://bit.ly/AJRJ9" title="Post to Twitter">Tweet This</a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/05/20/commercial-font-vendors-starting-to-allow-font-face-embedding/&amp;t=Commercial+font+vendors+starting+to+allow+%40font-face+embedding" title="Share on Facebook"><img class="nothumb" src="http://opentype.info/blog/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://opentype.info/blog/2009/05/20/commercial-font-vendors-starting-to-allow-font-face-embedding/&amp;t=Commercial+font+vendors+starting+to+allow+%40font-face+embedding" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://opentype.info/blog/2009/05/20/commercial-font-vendors-starting-to-allow-font-face-embedding/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
