<?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>The Bright Lines &#187; Webfonts</title>
	<atom:link href="http://www.thebrightlines.com/category/webfonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebrightlines.com</link>
	<description>HTML, CSS, Javascript and more</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:44:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interview with Ethan Dunham of Fontsquirrel and Fontspring</title>
		<link>http://www.thebrightlines.com/2010/04/18/interview-with-ethan-dunham-of-fontsquirrel-and-fontspring/</link>
		<comments>http://www.thebrightlines.com/2010/04/18/interview-with-ethan-dunham-of-fontsquirrel-and-fontspring/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 22:42:41 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[Cufon]]></category>
		<category><![CDATA[Ethan Dunham]]></category>
		<category><![CDATA[Fontspring]]></category>
		<category><![CDATA[Fontsquirrel]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=545</guid>
		<description><![CDATA[If somebody is recently making waves with fonts, it's Ethan Dunham. His website Fontsquirrel has become the source for free quality fonts. Most of them are also available as web fonts, which can be used directly in websites. Even better: Fontsquirrel also has a web font generator, which is the only tool of its kind.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 200px"><img title="Ethan Dunham about Fontspring: 'Designers should have control over their fonts'." src="/article-data/images/ethanDunham.jpg" alt="Ethan Dunham about Fontspring: 'Designers should have control over their fonts'." width="190" height="243" /><p class="wp-caption-text">Ethan Dunham about Fontspring: &quot;Designers should have control over their fonts&quot;.</p></div>
<h2>Putting the quality free fonts in the showroom</h2>
<p>Although the website has about 1.5 million page views per month, the website is just one year old. <a href="http://www.fontsquirrel.com">Fontsquirrel</a> was born in January 2009 because Ethan, for years a font designer himself, wasn&#8217;t happy with the way free fonts were offered on sites like <a href="http://www.dafont.com/">dafont.com</a>. &#8220;There are no free font sites that really focus on quality. What they focus on is quantity,&#8221;<strong> </strong>as Ethan said in an interview for the <a href="http://web20show.com/2009/11/episode-58-font-squirrel/">Web 2.0 Show</a>.</p>
<p>With Fontsquirrel he wanted to fill in that gap. He only selected free fonts that could also be used in commercial products like websites and were &#8220;at least half way high quality&#8221;. That way the users of Fontsquirrel had a list of quality fonts that could be used in almost anything.<strong></strong></p>
<h2>A good start</h2>
<p>Ethan had little expectations when he started Fontsquirrel: &#8220;I started it as a side project, maybe earn a few dollars on advertising. It was a site I wanted for myself and thought it would be useful to others.&#8221; The response was great after the release of Fontsquirrel: &#8220;It made it to the front page of delicious.com, right off the bat.&#8221;</p>
<p>After a year Ethan has found more than 630 font families that fitted his criteria. The active search has stopped now and new fonts only trickle in from time to time. &#8220;But that hasn&#8217;t been a problem for the popularity for the site. If you now need a font for your site, you have a place to go to.&#8221;<strong></strong></p>
<p>Not all fonts on Fontsquirrel are available as a webfont though. This has to do with licensing issues. Ethan: &#8220;I am either not allowed to redistribute fonts (and therefore webfonts) or the license doesn&#8217;t allow it.&#8221;</p>
<h2>Jeffrey Zeldman</h2>
<p>The popularity of Fontsquirrel is still growing with 5% to 20% a month. The online media certainly is boosting the trend. Ethan: &#8220;There lots of people dropping my name. <a href="http://www.zeldman.com/">Jeffrey Zeldman</a> in particular was kind enough to mention me in some blog posts and tweets.&#8221;</p>
<p>Because of Jeffrey Zeldman&#8217;s popularity and his status as an authority on web development, Ethan was even a bit affraid of his posts<strong> </strong>since they result in peaks in site visits that the server has to handle. &#8220;The problem is that the generator can be processor intensive. Just putting one font through that thing can tie up the server. So I&#8217;m a little anxious about getting more and more traffic to the generator. It could end up eating all of my resources.&#8221;</p>
<p>&#8220;The website is on a decent server, but people are uploading megabytes of fonts. I had one guy asking me why his 20 megabyte font wasn&#8217;t converting very well!&#8221; Another problem were grunge fonts with tons of vector points that were being run through the auto-hinter. But these problems are now hopefully gone forever: &#8221; I just built in some limitations to keep things humming along. I will not be able to serve all 100% of the people coming, but 90% of you won&#8217;t notice a thing.&#8221;</p>
<h2>Why we need the @font-face generator</h2>
<p>Most developers who ever tried to use web fonts in their web site, will most likely know how much trouble one has to go through. You&#8217;ll have to <em>at least</em> convert an existing font to EOT and already that can be a pain. For years Microsoft has a tool for generating EOT files, which is called WEFT. But WEFT crahes easily and the UI is cumbersome. That&#8217;s why many people take their resort in the simpler but more stable commandline program <a href="http://code.google.com/p/ttf2eot/">ttf2eot</a>.</p>
<p>Jonathan Snook wrote a <a href="http://snook.ca/archives/html_and_css/becoming-a-font-embedding-master">blog post</a> about the steps he had to go through to just be able to use web fonts on his site. That inspired Ethan for making the generator: “I had been doing quite a bit with FontForge and I realized how easy it would be if you’d automate most of that. It started off there, just for fun, and it progressively grew more and more features.”</p>
<div class="wp-caption alignnone" style="width: 450px"><img title="The @font-face generator: the only complete font generation tool online" src="/article-data/images/ethanDunham.png" alt="The @font-face generator: the only complete font generation tool online" width="440" height="300" /><p class="wp-caption-text">The @font-face Kit Generator: currently the only complete web font generator</p></div>
<p>The font face generator can do a lot of conversion now. And it has to: if you want to do it right, you&#8217;ll need 4 file types: TTF or OTF for most browsers, EOT for Internet Explorer, SVG for Safari on the iPhone and finally WOFF, the new standard for web fonts.</p>
<h2>Under the hood of the generator</h2>
<p><a href="http://fontforge.sourceforge.net/">FontForge</a> is still a large part of the Ethan&#8217;s generator. &#8220;I wrote a script that uses FontForge from the command line. But it is also integrated with a few other open source tools. Obviously it is connected to ttf2eot te generate an EOT. Another tool is <a href="http://people.mozilla.com/~jkew/woff/">sfnt2woff</a> for the WOFF files.&#8221; The generator now also produces an SVG file, which Safari on the iPhone needs.</p>
<h2>No future for Cufón</h2>
<p>The @font-face generator even makes a <a href="http://wiki.github.com/sorccu/cufon/about">Cufón</a> file. Cufón is a hack to make a browser show non-standard fonts. It uses Javascript to replace text with a line drawing of the font. Cufón aims to be a worthy alternative for the other hack: <a href="http://wiki.novemberborn.net/sifr/">sIFR</a>.</p>
<p>The fact that the @font-face generator creates Cufón files does not mean Ethan is endorsing it: &#8220;I don&#8217;t think there&#8217;s much of a future for Cufón. It was easy to add to the generator. I did it just for fun. Simo Kinnunen released the Cufón generator as open source, and I just plugged it in to see what happens. So I didn&#8217;t spend much time on it. But some people use it instead of @font-face. They think it renders more smoothly.&#8221;</p>
<p>Although there seems to be no future for Cufón, it has some advantages over @font-face: Cufón <em>does</em> render well on Windows in contrary to @font-face. We&#8217;ll have to wait for IE9 to see good font rendering on Windows browsers. Another advantage of Cufón is that the fonts cannot be pirated, since the original file is not being used.</p>
<h2>Future developments for @font-face generator</h2>
<p>The work on the @font-face generator is not finished yet. &#8220;It&#8217;s definitely a work in progress&#8221;, Ethan admits. He&#8217;s still busy adding new features and tweaks. One of those features is the ability to be able to select alternative glyphs and ligatures: &#8220;An OTF can have a normal set of Unicode characters, but it could also have other characters instead of the default. I did come up with a way that you can upload a font and choose which set you want to use. I haven&#8217;t implemented that yet.&#8221;<strong></strong></p>
<p>The whish list goes on, although Ethan is still in doubt if they&#8217;d be useful enough to implement: &#8220;You could embed an XML file into a WOFF as meta data, so that you have a font with the foundry information in it. Another thing I&#8217;m thinking about is to generate some server-side script to dynamically generate the CSS file, which should send the right font to the right browser.&#8221;</p>
<h2>&#8230;and then there was Fontspring</h2>
<p>In early February Ethan published another website: Fontspring. It is something that he had been thinking about for a few years already. &#8220;I&#8217;ve been in the type business for a long time and wanted to take what I&#8217;ve learned selling my own fonts and apply that to selling others.&#8221;</p>
<p>The interview for the Web 2.0 show gave him the final push for starting Fontspring: &#8220;I shared my observations about what I thought users would like regarding webfonts. Ie: That the idea of renting a font was a bit backwards and that most people would rather have freedom to download and use the fonts as they saw fit. There were a lot of companies jumping into the market and so I dropped everything I was doing and spent 2-3 months building Fontspring.&#8221;</p>
<p>&#8220;I created a whitepaper describing what it was we were doing and how we could protect their fonts from casual theft. It wasn&#8217;t complicated. Small, open-minded foundries said &#8216;yes&#8217;.&#8221;</p>
<div class="wp-caption alignnone" style="width: 450px"><img title="Fontspring.com" src="/article-data/images/ethanDunham-2.png" alt="Fontspring.com" width="440" height="300" /><p class="wp-caption-text">Fontspring.com</p></div>
<h2>Service vs DIY</h2>
<p>Fontspring sparked a new discussion about renting versus buying. Most web fonts vendors choose to rent web fonts, while most web developers will most likely opt for buying web fonts. &#8220;We are at the owning side of the &#8216;owning versus renting model&#8217;. We think that designers should have control over their fonts and we try to sell it that way. That&#8217;s why almost all of the fonts on Fontspring are licensed for unlimited domains. The other advantage is that we&#8217;re not just a service: you also get the desktop version of the font.&#8221;</p>
<p>Jeffrey Zeldman also has reservations about renting fonts and being dependent on a service. <a href="http://www.zeldman.com/2010/03/22/my-lovehate-affair-with-typekit/">His post on that subject</a> already sparked a discussion on the subject, but it&#8217;s most likely that the two business models will live side by side for at least some time.</p>
<p>The DIY model of hosting does not mean that the fonts can be easily pirated. Ethan took some measures to discourage pirating. &#8220;I&#8217;m trying to do the best of both worlds here. On one hand I want to serve customers who don&#8217;t want to be tied to a yearly fee. On the other hand I understand foundries&#8217; concerns about having their intellectual property on the web, all exposed.&#8221;</p>
<p>&#8220;What I&#8217;ve done is take some ideas of existing type services and integrated them in a DIY method. For example: when I make a webfont for Fontspring, I&#8217;m subsetting it to a smaller character set. I also removed all the OpenType features, and then scramble some of the internals to render it fairly useless as a desktop font.&#8221;</p>
<p>At the time of writing Fontspring is selling 1,044 font families from 36 Vendors. &#8220;I&#8217;ve actually been pleasantly surprised that the interest level of these type designers for the DIY model is high.&#8221; Ethan isn&#8217;t finished yet: &#8220;Fontspring will continue to sign on new font vendors and improve the quality of the webfonts delivered. I have a list a mile long of improvements to make to the site and user experience.&#8221;</p>
<div class="wp-caption alignnone" style="width: 450px"><img title="More than 1000 fonts to choose from" src="/article-data/images/ethanDunham-1.png" alt="More than 1000 font families to choose from" width="440" height="249" /><p class="wp-caption-text">More than 1000 font families to choose from</p></div>
<h2>Hinting</h2>
<p>All the fonts are generated with the @font-face generator. The font-face generator automatically adds hinting to the font if none is available. The hinting will make the font render better on the screen. Especially Windows browsers need hinting for the rendering.</p>
<p>Different vendors have different approaches to font optimization. Typekit for example<strong> </strong>does no optimization itself but leaves it up to the designer. The hinting of the fonts on Fontsquirrel and Fontspring are generated automatically, while font foundries like Ascender do all their hinting by hand.</p>
<p>Creating hints by hand ensures the best possible rendering, but that&#8217;s no option for Ethan: &#8220;Manual hinting is a very niche occupation and takes a lot of time. The automatic hinting does it well enough that you maybe see a few artifacts, but overall it&#8217;s gonna be pretty good. Fontspring has more than 1000 fonts. To go through all of them and manually hint them would be impossible. Having to pay somebody to do that would be very expensive obviously.&#8221;</p>
<h2>A bit about Ethan Dunham</h2>
<div class="wp-caption alignright" style="width: 210px"><img title="Ethans avatar on the web" src="/article-data/images/ethanDunham2.jpg" alt="Ethans avatar on the web" width="200" height="200" /><p class="wp-caption-text">Ethan&#39;s avatar on the web</p></div>
<p>Ethan is a full-time independent web designer in Wilmington, near Philadelphia and has been designing websites since 1996. He also designs fonts for 15 years now. He sells them on <a href="http://www.fonthead.com/">Fonthead.com</a> and now also on Fontspring.com.</p>
<p>As a font designer he never worried about the emerging web font technology: &#8220;I was one of the first to change the license agreement to allow @font-face.<strong> </strong>In my experience most people are honest and respect your intellectual property.&#8221;</p>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2009/12/10/251/' rel='bookmark' title='Permanent Link: My favorite for converting fonts to EOT'>My favorite for converting fonts to EOT</a></li>
<li><a href='http://www.thebrightlines.com/2010/02/28/web-fonts-services-list/' rel='bookmark' title='Permanent Link: List of web fonts services and resources'>List of web fonts services and resources</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/04/18/interview-with-ethan-dunham-of-fontsquirrel-and-fontspring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web font rendering in IE9</title>
		<link>http://www.thebrightlines.com/2010/03/18/font-rendering-in-ie9/</link>
		<comments>http://www.thebrightlines.com/2010/03/18/font-rendering-in-ie9/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 22:31:54 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[direct2d]]></category>
		<category><![CDATA[directwrite]]></category>
		<category><![CDATA[ie9]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=515</guid>
		<description><![CDATA[Some weeks ago I did a test to see how fonts look in a browser when they are not optimized for that. The result was that rendering and legibility was sometimes poor on Windows. Now that the IE9 Platform Preview is out, it's time to do the test once more.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 121px"><img title="IE9 on Vista on the left and IE8 on Windows 7 on the right" src="/article-data/images/fontrendering-IE9-1.png" alt="IE9 on Vista on the left and IE8 on Windows 7 on the right" width="111" height="81" /><p class="wp-caption-text">IE9 on Vista on the left and IE8 on Windows 7 on the right. The font is Bodoni</p></div>
<p>For those who read my article on <a href="http://www.thebrightlines.com/2010/01/24/test-popular-professional-fonts-as-webfont/">font rendering of professional fonts</a> were surely disappointed to read that their fonts would most likely not render well in browsers on Windows if you use the CSS technique @font-face.</p>
<p>At the moment your best chance of getting a font rendering well in a browser is by buying or renting one from a font foundry like FontFont or Ascender, who optimize their fonts for the web. Fonts that aren&#8217;t optimized most likely will not render that well.</p>
<p>Well, there is some good news. IE9 uses Direct2D and DirectWrite and it seems that it does a much better job at font  rendering as you can already see in the example on the left. So although we will still be very much dependent on those optimized fonts until the predecessors of IE9 have finally faded away, there is light on the horizon.</p>
<p>Its very exiting to see that the font rendering improved so much. Just look at the zoomed in part of the letter &#8216;g&#8217;:</p>
<div class="wp-caption alignnone" style="width: 420px"><img title="The letter g at 500%. Again: IE9 on the left and IE8 on the right, in case you were still wondering ;)" src="/article-data/images/fontrendering-IE9-2.png" alt="The letter g at 500%. Again: IE9 on the left and IE8 on the right, in case you were still wondering ;)" width="410" height="175" /><p class="wp-caption-text">The letter &#39;g&#39; of the font Bodoni at 500%. Again: IE9 on the left and IE8 on the right, in case you were still wondering <img src='http://www.thebrightlines.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p></div>
<h2>Some notes on rendering</h2>
<p>Not very surprising, but sometimes the rendering of a piece of text in IE9 can result in something that&#8217;s significant wider than in IE8:</p>
<div class="wp-caption alignnone" style="width: 458px"><img title="Two screenshots of identical texts in IE8 and IE9, placed on top of each other" src="/article-data/images/fontrendering-IE9-3.png" alt="Two screenshots of identical texts in IE8 and IE9, placed on top of each other" width="448" height="27" /><p class="wp-caption-text">Two screenshots of identical texts in IE8 and IE9, placed on top of each other</p></div>
<p>You can still find some rendering glitches like you can see here:</p>
<div class="wp-caption alignnone" style="width: 458px"><img title="Still some bad rendering in IE9 with Helvetica at font-size 14, 15 and 16" src="/article-data/images/fontrendering-IE9-4.png" alt="Still some bad rendering in IE9 with Helvetica at font-size 14, 15 and 16" width="448" height="77" /><p class="wp-caption-text">Still some bad rendering in IE9 with Helvetica at font-size 14, 15 and 16</p></div>
<div class="wp-caption alignnone" style="width: 458px"><img title="Dax too still renders bad at some font sizes. The first line is IE9. The second line shows the font in Safari, rendering it as it should be." src="/article-data/images/fontrendering-IE9-5.png" alt="Dax too still renders bad at some font sizes. The first line is IE9. The second line shows the font in Safari, rendering it as it should be." width="448" height="62" /><p class="wp-caption-text">Dax too still renders bad at some font sizes. The first line is IE9. The second line shows the font in Safari, rendering it as it should be.</p></div>
<p><strong>Just to make it absolutely clear: the fonts in these examples are converted <em>without</em> any hinting improvement.</strong></p>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2010/01/24/test-popular-professional-fonts-as-webfont/' rel='bookmark' title='Permanent Link: Test: Popular professional fonts as webfont'>Test: Popular professional fonts as webfont</a></li>
<li><a href='http://www.thebrightlines.com/2010/03/09/new-web-font-service-ascender-corporation/' rel='bookmark' title='Permanent Link: New web font service: Ascenderfonts.com'>New web font service: Ascenderfonts.com</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/03/18/font-rendering-in-ie9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New web font service: Ascenderfonts.com</title>
		<link>http://www.thebrightlines.com/2010/03/09/new-web-font-service-ascender-corporation/</link>
		<comments>http://www.thebrightlines.com/2010/03/09/new-web-font-service-ascender-corporation/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 21:02:36 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[Webfonts]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=500</guid>
		<description><![CDATA[2010 is definitely going to be the year of the web font now that the technical problems concerning browser support finally have been lifted. Font foundry Ascender is also jumping on the bandwagon now that their web font service is cross-browser.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 210px"><img class=" " title="Screenshot of www.ascenderfonts.com" src="/article-data/images/ascender-2.png" alt="Screenshot of www.ascenderfonts.com" width="200" height="171" /><p class="wp-caption-text">Screenshot of www.ascenderfonts.com</p></div>
<p>This year the web font will become omnipresent. It&#8217;s possible to convert the fonts yourself and incorporate it into your website with something like <a href="http://www.fontsquirrel.com/fontface/generator">Fontsquirrel</a>. But some fonts just need a bit more than just a conversion, since they can look bad in browsers, certainly on Windows. So it was time for me to test some font services, since you may expect that the people behind the web service at least check if a font renders correctly.</p>
<p>Lucky for me that Bill Davis of <a href="http://www.ascenderfonts.com/">Ascenderfonts.com</a> asked me to check out their new font service after reading my <a href="http://www.thebrightlines.com/2010/01/24/test-popular-professional-fonts-as-webfont/">article on web font rendering</a>. At that time Ascenderfont did not offer trial accounts, so I was happy to take the offer in order to be able to give the service a spin for free.</p>
<h2>The Ascender Corporation</h2>
<p><img class="alignleft" title="Ascender Corporation logo" src="/article-data/images/ascender.png" alt="" width="59" height="60" />The website Ascenderfonts.com is not a company by itself. It is the webshop of the font foundry Ascender Corporation. The company creates fonts, extends glyphs and hinting and resells fonts, so the emerge of web fonts means another opportunity for them to sell their fonts.</p>
<p>The company is founded in 2004 by a few software developers and typographers. One of the founder, Steve Matteson, has worked on both Arial and Times New Roman for Windows 3.1. He also designed Convection which is the font for the Xbox360, Liberation which is used on many Linux distributions and Andale Mono, a mono spaced font that for long had been my favorite font for replacing that less readable Courier. Finally he also designed Droid, the font for Google&#8217;s Android platform.</p>
<p>Another founder of Ascender, Tom Rickner, has been involved with the design of fonts like Georgia, Tahoma and Verdana. All fonts we&#8217;re familiar with.</p>
<p>Ascender Officially started their web font service in July 2009 but it wasn&#8217;t a real option for web developers back then, since they only offered EOT Lite. That automatically meant that the fonts were only visible in Internet Explorer.</p>
<p>Back then EOT Lite was proposed by Ascender to the W3C as a default standard for web fonts. But the W3C chose WOFF as a standard, so in the beginning of January they started to support TTF and WOFF as well. Now all major browsers except Safari on the iPhone are supported.</p>
<h2>The service</h2>
<p>The fact that the service is now cross-browser has not been promoted yet, so it&#8217;s still more or less under the radar. But that could change quickly. They already offer 200+ fonts (<a href="http://typekit.com/">Typekit</a> offered at time of writing 400+) but want to have between 500 and a 1000 web fonts within two years.</p>
<p>Getting such a large collection is harder than it seems. Many fonts are by default not suitable for the web. I did a <a href="/2010/01/24/test-popular-professional-fonts-as-webfont/">little test</a> recently to see how some popular professional fonts would look like in a browser. All of them did not render well in one or more font sizes. It&#8217;s not much better with free and shareware fonts: a study of Ascender concluded that almost 96% of all those fonts have some sort of trouble with rendering in the browser.</p>
<p>So there&#8217;s a whole world of fonts that need to be improved in order to be used on the web. It&#8217;s easy to see the need. Fonts are a major component of a corporate identity and fonts like Arial or Times New Roman are rarely part of the offline corporate identity. Every company wants to have their online identity in sync with the offline version so that means lots of potential work for Ascender. Making a print font fit for the web starting from 9 pixels and up is worth a few days of work.</p>
<p>The focus on good screen rendering is according to Bill Davis of the Ascender Company the main reason why a web developer should choose for their service. According to Bill some other advantages of their service would be that their service (in contrary to Typekit) works without Javascript and that the licensing is per font and per domain, which should be easy for billing, especially for larger companies.</p>
<p>What I missed when using the Ascenderfont service is a bit more information about the rendering. There are screenshots of Windows and the Mac and you can do a actual font rendering in your own browser, but it&#8217;s not as detailed as Typekit that show previews of fonts at different font sizes, of all the major browsers on each major operating system. Okay, maybe it&#8217;s a bit too much information, but it is comforting to know that you can check every option before choosing a particular font.</p>
<p>What I do like is that the web fonts are categorized between the ones that are fit for headings and the ones that are fit for body text. Typekit has that function too through tagging, but at the moment only a few fonts are tagged as either headline or text.</p>
<h2>What about the font creators?</h2>
<p>With all the web fonts popping up everywhere I was wondering how the font foundries themselves look at this new development. Well, the people of Ascender certainly don&#8217;t feel uncomfortable with it. Bill Davis of Ascender says that most of their clients fine with web fonts: &#8220;Almost all of our clients agreed with our proposal of EOT Lite (wb: similar to EOT, but without URL binding and proprietary compression) as a standard, so that&#8217;s a clear sign that font creators see web fonts as a viable way of using fonts in websites.&#8221;</p>
<h2>Which service must I choose?</h2>
<p>Although it&#8217;s interesting to compare web services with each other, it will be the font service with the most fonts that will probably win the battle for the clients. Designers want to have a broad choice of fonts to choose from. That is: if they even check if a font is available as a web font on forehand. Every web developer is sometimes confronted with designs created by someone who wanted to make something &#8216;challenging&#8217; or just don&#8217;t know/care about technical limitations. In such a case it&#8217;s the service with the most fonts that could most likely offer font that&#8217;s in the delivered web design.</p>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2010/02/28/web-fonts-services-list/' rel='bookmark' title='Permanent Link: List of web fonts services and resources'>List of web fonts services and resources</a></li>
<li><a href='http://www.thebrightlines.com/2010/03/18/font-rendering-in-ie9/' rel='bookmark' title='Permanent Link: Web font rendering in IE9'>Web font rendering in IE9</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/03/09/new-web-font-service-ascender-corporation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FontFont is now selling web fonts</title>
		<link>http://www.thebrightlines.com/2010/03/01/fontfont-is-now-selling-web-fonts/</link>
		<comments>http://www.thebrightlines.com/2010/03/01/fontfont-is-now-selling-web-fonts/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:54:09 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[fontfont]]></category>
		<category><![CDATA[fontshop]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=471</guid>
		<description><![CDATA[There's another foundry offering a part of their fonts as web fonts.]]></description>
			<content:encoded><![CDATA[<p>In case it wasn&#8217;t clear in <a href="/2010/02/28/web-fonts-services-list/">my previous article</a>: FontFont is now selling some of their fonts as web fonts, including FF DIN, FF Meta, FF Dax, and FF Kievit. <a href="http://www.fontshop.com/fontlist/n/web_fontfonts/?utm_source=NewsletterFeb2410&amp;utm_medium=web&amp;utm_content=WebFontsFontlist&amp;utm_term=em&amp;utm_campaign=FF52Web">Complete list of FontFont&#8217;s web fonts</a>. FontFont is only selling the font. They won&#8217;t host it for you. And you can only download EOT Lite and WOFF from their website. In order to make web fonts work in Safari and Chrome, you&#8217;ll have to Typekit. That&#8217;s because Safari en Chrome cannot load WOFF, but will accept TTF or OTF. One problem with the web fonts license is that you cannot create a mock-up in Photoshop since you cannot install an EOT or WOFF on your computer.</p>
<p>You can <a href="http://www.fontshop.com/blog/?p=1763">read more about it on their weblog</a>.</p>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2010/02/28/web-fonts-services-list/' rel='bookmark' title='Permanent Link: List of web fonts services and resources'>List of web fonts services and resources</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/03/01/fontfont-is-now-selling-web-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of web fonts services and resources</title>
		<link>http://www.thebrightlines.com/2010/02/28/web-fonts-services-list/</link>
		<comments>http://www.thebrightlines.com/2010/02/28/web-fonts-services-list/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 23:04:05 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[ascender]]></category>
		<category><![CDATA[fontfont]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[typekit]]></category>
		<category><![CDATA[typotheque]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=462</guid>
		<description><![CDATA[Here's a list of web font services and places to find web fonts. Do you know other services or other @font-face related? Place the link as a comment and I'll add it to the list!]]></description>
			<content:encoded><![CDATA[<h2>Web font hosting services</h2>
<p>These websites host fonts for your website. That way you&#8217;ll have the most up-to-date version of the font file and the best @font-face coding.</p>
<ul>
<li><strong><a href="http://www.ascenderfonts.com/webfonts">Ascender fonts</a></strong><br />
Webshop of the Ascender Corporation which makes and (re)sell fonts. At first the service offered only EOT Lite, but since 2010 they also support TTF and WOFF. They now also have a 30-day trial account.</li>
<li><a href="http://webfonts.fonts.com/"><strong>Fonts.com web fonts</strong></a><br />
The web font area of the main fonts.com website of Monotype Imaging.</li>
<li><a href="http://code.google.com/webfonts"><strong>Google Font Directory</strong></a><br />
A simple, free service of Google that offers a handful of free fonts to add to your website.</li>
<li><strong><a href="http://kernest.com/">Kernest</a></strong><br />
Free web font service. Commercial use permitted.</li>
<li><strong><a href="http://typefront.com">Type Front</a></strong><br />
Does not sell web fonts, but hosts them. Offers a limited free account and a 30-day trial account for other (paid) accounts. It&#8217;s an initiative of the Australian company Small Park.</li>
<li><strong><a href="http://typekit.com">Typekit</a></strong><br />
Started in September 2009 by Jeffrey Veen. Offers both free and paid accounts. You can choose between free fonts as well as fonts from well-known foundries.</li>
<li><strong><a href="http://www.typotheque.com/webfonts">Typotheque</a></strong><br />
Dutch type foundry that offer their web fonts with a free 30-day trial account. You can specify how you want to use the font by choosing for example the target language and font styles. That way the font can be compressed to a very small size. Offers TTF and EOT.</li>
</ul>
<h2>Where to download web fonts</h2>
<p>These websites only offer the web font. Ideal if you want to host it yourself and don&#8217;t want to be dependent on an external server.</p>
<ul>
<li><strong><a href="http://www.fontspring.com/">Fontspring</a></strong><br />
Font reseller that offers many fonts as fit for the web. Their webfont package consists of an EOT and a TTF.</li>
<li><strong><a href="http://www.fontsquirrel.com/fontface">Fontsquirrel</a></strong><br />
A large list of free fonts, converted for the web. But watch out. The fact that you can download web fonts does not mean that they are all legible or fit for use.</li>
<li><strong><a href="http://www.fontshop.com/blog/?cat=80">Web FontFont</a></strong><br />
Just started selling a few of their fonts as web fonts. Their web fonts packages have a EOT Lite and a WOFF version of the file. You do the hosting of the fonts yourself. As an alternative FontFont advises you to take a free <a href="http://www.fontshop.com/blog/?p=1725">TypeKit account</a> in order to host your files.</li>
</ul>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2010/03/01/fontfont-is-now-selling-web-fonts/' rel='bookmark' title='Permanent Link: FontFont is now selling web fonts'>FontFont is now selling web fonts</a></li>
<li><a href='http://www.thebrightlines.com/2010/03/09/new-web-font-service-ascender-corporation/' rel='bookmark' title='Permanent Link: New web font service: Ascenderfonts.com'>New web font service: Ascenderfonts.com</a></li>
<li><a href='http://www.thebrightlines.com/2009/12/10/251/' rel='bookmark' title='Permanent Link: My favorite for converting fonts to EOT'>My favorite for converting fonts to EOT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/02/28/web-fonts-services-list/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Test: Popular professional fonts as webfont</title>
		<link>http://www.thebrightlines.com/2010/01/24/test-popular-professional-fonts-as-webfont/</link>
		<comments>http://www.thebrightlines.com/2010/01/24/test-popular-professional-fonts-as-webfont/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 23:04:43 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[font-face]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=390</guid>
		<description><![CDATA[How well do professional fonts render on the web? In this article you'll see a few examples and screenshots where the font rendering goes wrong.]]></description>
			<content:encoded><![CDATA[<h2>Why testing popular paid fonts?</h2>
<p>I wanted to know how fonts that are popular with designers would look like on the web. Can you just convert those fonts to a webfont and put it in your website? I had mixed experiences with free fonts. But hey, they&#8217;re free. Maybe the those fonts you paid a lot of money for <em>can</em> do the job.</p>
<p>When designers realize that web browsers can load any font, they will try to push the limits with trying new fonts and web developers will certainly be pressured to convert a Gill Sans or Garamond into a webfont. License or no license. Especially since they are able to create fonts that contain just a subset of the original characters. That makes it unfit for people who hope to get a professional font for free by just downloading the font file from a website.</p>
<h2>The test procedure</h2>
<p>Please don&#8217;t pin me on not having the right Helvetica or Garamond. I&#8217;m not familiar with the subtleties between different version and foundries. I converted the selected fonts with <a href="http://www.fontsquirrel.com/fontface/generator">Fontsquirrel&#8217;s fontface generator</a>. The result is viewed in the following browsers:</p>
<ul>
<li>Firefox 3.5.7 or 3.6 RC1 on Windows Vista</li>
<li>IE8 on Windows Vista</li>
<li>IE6 on Windows XP</li>
<li>Safari 3.12 on Mac OS X Leopard. Since I don&#8217;t own a Mac I used the service of <a href="http://www.browsrcamp.com/">Browsrcamp.com</a>.</li>
</ul>
<p>Fontsquirrel generates a preview text in different font sizes. I used that list of predefined font sizes as my check list. So I tested these font sizes:</p>
<p><strong>9 10 11 12 13 14 15 16 17 18 21 24 30 36 48 60 72</strong></p>
<p>As you see there are enough other font sizes that might work as webfont. This test is not intended to be absolute and complete. I want to see how professional fonts behave as webfonts and what the typical font render problems are in browsers.</p>
<h2>Helvetica</h2>
<p>Definitely an all-time favorite. Apple computers have a Helvetica installed by default, but Windows does not. The Helvetica that I used for this test renders reasonably. Check out the screenshots for <a href="/article-data/images/webfont-pop-helvetica-Firefox.png" target="_blank">Firefox</a>, <a href="/article-data/images/webfont-pop-helvetica-IE8.png">IE8</a>, <a href="/article-data/images/webfont-pop-helvetica-IE6.png">IE6</a> and <a href="/article-data/images/webfont-pop-helvetica-Safari.png">Safari</a>. I also have the screenshots of the <em>italic</em> fonts for <a href="/article-data/images/webfont-pop-helvetica-Firefox-italic.png" target="_blank">Firefox</a>, <a href="/article-data/images/webfont-pop-helvetica-IE8-italic.png">IE8</a>, <a href="/article-data/images/webfont-pop-helvetica-IE6-italic.png">IE6</a> and <a href="/article-data/images/webfont-pop-helvetica-Safari-italic.png">Safari</a>. There are enough rendering glitches, though:</p>
<div class="wp-caption alignnone" style="width: 412px"><img title="Some letters are combined in Firefox at font size 11px" src="/article-data/images/webfont-pop-helvetica1.png" alt="Some letters are combined in Firefox at font size 11px" width="402" height="52" /><p class="wp-caption-text">Some chracters are combined in Firefox (Windows Vista) at 11px.</p></div>
<div class="wp-caption alignnone" style="width: 376px"><img title="The kerning is of in IE8, Vista at 15px" src="/article-data/images/webfont-pop-helvetica2.png" alt="The kerning is of in IE8, Vista at 15px" width="366" height="52" /><p class="wp-caption-text">The kerning of the &#39;e&#39; is off in IE8, Vista at 15px.</p></div>
<div class="wp-caption alignnone" style="width: 376px"><img title="Some letters seem to have a cap at various font sizes in IE8 Vista" src="/article-data/images/webfont-pop-helvetica3.png" alt="Some letters seem to have a cap at various font sizes in IE8 Vista" width="366" height="52" /><p class="wp-caption-text">Some characters seem to have a cap at font sizes 14, 16 and 18px in IE8 Vista.</p></div>
<div class="wp-caption alignnone" style="width: 376px"><img title="Another kerning problem: the top is cut off in IE8 at smaller font sizes" src="/article-data/images/webfont-pop-helvetica4.png" alt="Another kerning problem: the top is cut off in IE8 at smaller font sizes" width="366" height="52" /><p class="wp-caption-text">Another kerning problem: the top is cut off in IE8 at smaller font sizes.</p></div>
<div class="wp-caption alignnone" style="width: 376px"><img title="IE6 on XP SP3 is doing OK except with vertical lines in smaller font sizes" src="/article-data/images/webfont-pop-helvetica5.png" alt="IE6 on XP SP3 is doing OK except with vertical lines in smaller font sizes" width="366" height="52" /><p class="wp-caption-text">IE6 on XP SP3 is doing better than IE8 Vista, but vertical lines are over-emphesized at smaller font sizes and the text is very grey.</p></div>
<p>Looking in all four browsers, we get this list of usable and unusable font sizes.<br />
<span style="color: #008000;"><span style="color: #ff0000;">9 10 11 12</span> <strong>13</strong> <span style="color: #ff0000;">14 15 16</span> <strong>17</strong> <span style="color: #ff0000;">18 21</span> <span style="color: #008000;"><strong>24 30 36 48 60 72</strong></span></span></p>
<h2>Garamond</h2>
<p>Screenshots of Garamond in <a href="/article-data/images/webfont-pop-garamond-Firefox.png" target="_blank">Firefox</a>, <a href="/article-data/images/webfont-pop-garamond-IE8.png">IE8</a>, <a href="/article-data/images/webfont-pop-garamond-IE6.png">IE6</a> and <a href="/article-data/images/webfont-pop-garamond-Safari.png">Safari</a>.</p>
<p>There were lots of Garamonds to choose from. Don&#8217;t pin me down on not having the right Garamond of the right vendor. The errors that I encountered here are of more importance than the difference between different Garamonds.</p>
<p>With Garamond we can clearly see the strange font rendering that can happen in Firefox It&#8217;s almost as if it tries to add some creative touch to the font and fails. Take a look at the images below. Some characters are very different from the original font design, not? These rendering oddities also occur with the type <a href="http://www.josbuivenga.demon.nl/fontinsans.html">Fontin Sans</a>, that&#8217;s used on this website. It means that I cannot use some font sizes because some characters look weird.</p>
<div class="wp-caption alignnone" style="width: 118px"><img title="Firefox PC: the letter q in different font sizes appear very different from each other" src="/article-data/images/webfont-pop-garamond-1.png" alt="Firefox PC: the letter q in different font sizes appear very different from each other" width="108" height="45" /><p class="wp-caption-text">Firefox PC: the character &#39;q&#39; in different font sizes appear very different from each other.</p></div>
<div class="wp-caption alignnone" style="width: 310px"><img title="Firefox PC at font size 13: note the odd g and the uneven distribution of space in the m" src="/article-data/images/webfont-pop-garamond-2.png" alt="Firefox PC at font size 13: note the odd g and the uneven distribution of space in the m" width="300" height="54" /><p class="wp-caption-text">Firefox PC at font size 13px: note the odd &#39;g&#39; and the uneven distribution of space in the &#39;m&#39;.</p></div>
<p>IE8 is even worse, Mostly because of bad kerning, I&#8217;d only use this font if the size is 48 pixels or larger. Look at the images below to see what IE8 does with text in large font sizes like 36px and 60px.</p>
<div class="wp-caption alignnone" style="width: 223px"><img title="Because of bad aliasing and bad kerning the e even looks bad at a font size of 36px!" src="/article-data/images/webfont-pop-garamond-3.png" alt="Because of bad aliasing and bad kerning the e even looks bad at a font size of 36px!" width="213" height="40" /><p class="wp-caption-text">IE8: Because of bad aliasing and bad kerning the &#39;e&#39; even looks bad at a font size of 36px!</p></div>
<div class="wp-caption alignnone" style="width: 132px"><img title="IE8 again: Although I think its more or less acceptable, the capital definitely needs more anti-aliasing." src="/article-data/images/webfont-pop-garamond-4.png" alt="IE8 again: Although I think its more or less acceptable, the capital definitely needs more anti-aliasing." width="122" height="62" /><p class="wp-caption-text">IE8 again: Although I think it&#39;s more or less acceptable, the capital &#39;T&#39; definitely needs more anti-aliasing at the top.</p></div>
<h3>Garamond file size</h3>
<p>My Garamond font file is very large to be a webfont by the way: 343Kb. That really asks for removing some characters. If I omit support for Greek, Coptic and Cyrillic, I can scale the file size back to 112 Kb. If I choose to only support Basic Latin, Latin-1 Sup, Currency  Symbols and Punctuation, I end up with a file size of 82 Kb. Then you&#8217;ll have just one font style of the font family. If you want to have text in Italic, you have to double the file size.</p>
<h3>Garamond font size</h3>
<p>If you want to use a Garamond, you&#8217;ll have to use a much larger font size. That&#8217;s because the height difference between uppercase and lowercase in a Garamond is larger than the standard Arial. You need a 16px Garamond to get lowercase text that is of equal to that of a 12px Arial. In case of Helvetica it&#8217;s 13px by the way.</p>
<p>So we get this list of usable and unusable font sizes:<strong><span style="color: #339966;"><br />
</span></strong><span style="color: #ff0000;">9 10 11</span><span style="color: #ff0000;"> 12 </span><span style="color: #339966;"><span style="color: #ff0000;">13</span></span><span style="color: #339966;"><span style="color: #ff0000;"> 14</span></span><span style="color: #339966;"><span style="color: #ff0000;"> 15 16 17 18 21 24 30 36 </span></span><strong><span style="color: #339966;">48 60 72</span></strong>:</p>
<h2>Dax</h2>
<p>Screenshots of Dax in <a href="/article-data/images/webfont-pop-dax-Firefox.png" target="_blank">Firefox</a>, <a href="/article-data/images/webfont-pop-dax-IE8.png">IE8</a>, <a href="/article-data/images/webfont-pop-dax-IE6.png">IE6</a> and <a href="/article-data/images/webfont-pop-dax-Safari.png">Safari</a>.</p>
<p>Dax is, to my surprise, doing a pretty job as a webfont. Almost no strange kerning in IE8 and almost no creative font interpretation in Firefox. For some reason are font sizes 21 and 24 bad for all characters, but other font sizes are doing well with the exception of a few characters.</p>
<div class="wp-caption alignnone" style="width: 101px"><img title="Firefox 3.6 PC: FF and IE8 both have trouble with the staircase in the e at various font sizes." src="/article-data/images/webfont-pop-dax-1.png" alt="Firefox 3.6 PC: FF and IE8 both have trouble with the staircase in the e at various font sizes." width="91" height="56" /><p class="wp-caption-text">Firefox 3.6 PC: FF and IE8 both have trouble with the diagonal line in the &#39;e&#39;. At various sizes it looks like a staircase.</p></div>
<div class="wp-caption alignnone" style="width: 122px"><img title="Firefox 3.6 PC: Both IE8 and FF have trouble with all characters at font size 21 and 24" src="/article-data/images/webfont-pop-dax-2.png" alt="Firefox 3.6 PC: Both IE8 and FF have trouble with all characters at font size 21 and 24" width="112" height="26" /><p class="wp-caption-text">Firefox 3.6 PC: Both IE8 and FF have trouble font size 21 and 24. Note that the lines do not always have the same thickness.</p></div>
<p>So we get this list of usable and unusable font sizes:<span style="color: #339966;"><strong><strong><br />
</strong></strong><span style="color: #ff0000;">9 10</span><strong> 11 12 13 14 15 16 17 18 </strong><span style="color: #ff0000;">21 24</span><strong> 30 36 </strong><span style="color: #ff0000;">48</span><strong><strong> 60 72</strong></strong></span></p>
<h2>Gill Sans</h2>
<p>Screenshots of Gill Sans Regular in <a href="/article-data/images/webfont-pop-gillSans-Firefox.png" target="_blank">Firefox</a>, <a href="/article-data/images/webfont-pop-gillSans-IE8.png">IE8</a>, <a href="/article-data/images/webfont-pop-gillSans-IE6.png">IE6</a> and <a href="/article-data/images/webfont-pop-gillSans-Safari.png">Safari</a>.<br />
Screenshots of Gill Sans Bold in <a href="/article-data/images/webfont-pop-gillSansBold-Firefox.png" target="_blank">Firefox</a>, <a href="/article-data/images/webfont-pop-gillSansBold-IE8.png">IE8</a>,  <a href="/article-data/images/webfont-pop-gillSansBold-IE6.png">IE6</a> and <a href="/article-data/images/webfont-pop-gillSansBold-Safari.png">Safari</a>.</p>
<p>Gill Sans Regular looks relatively nice. There are enough font sizes to choose from. Let&#8217;s focus on some rendering issues:</p>
<div class="wp-caption alignnone" style="width: 225px"><img title="Another example of the creativity of Firefox. You see some text in font size 16 and 17. Note the o and e on the top line that look like flat ellipsis." src="/article-data/images/webfont-pop-gillSans-1.png" alt="Another example of the creativity of Firefox. You see some text in font size 16 and 17. Note the o and e on the top line that look like flat ellipsis." width="215" height="52" /><p class="wp-caption-text">Another example of the &#39;creativity&#39; of Firefox. You see some text in font size 16 and 17. Note the &#39;o&#39; and &#39;e&#39; on the top line that look like flat ellipsis instead of perfect circles.</p></div>
<div class="wp-caption alignnone" style="width: 165px"><img title="IE8 Vista: Font size 14 looks nice. Except the captital T" src="/article-data/images/webfont-pop-gillSans-2.png" alt="IE8 Vista: Font size 14 looks nice. Except the captital T" width="155" height="33" /><p class="wp-caption-text">IE8 Vista: Font size 14 looks nice. Except the captital &#39;T&#39;, which is too thick.</p></div>
<div class="wp-caption alignnone" style="width: 312px"><img title="IE6 on XP SP3: IE6 does too much anti-aliasing, so that fonts at small sizes become almost a grey blur. Using a bold type can really make a difference." src="/article-data/images/webfont-pop-gillSans-3.png" alt="IE6 on XP SP3: IE6 does too much anti-aliasing, so that fonts at small sizes become almost a grey blur. Using a bold type can really make a difference." width="302" height="42" /><p class="wp-caption-text">IE6 on XP SP3 does too much anti-aliasing, so that text in small sizes become almost a grey blur. Using a bold style can really make a difference.</p></div>
<p>Usable and unusable font sizes for Gill Sans Regular:<span style="color: #339966;"><strong><strong><br />
</strong></strong><span style="color: #ff0000;">9 </span><span style="color: #339966;"><span style="color: #ff0000;">10 11 12</span></span><strong><span style="color: #339966;"> 13 </span></strong><span style="color: #ff0000;">14</span><strong><span style="color: #339966;"> 15 16 </span></strong><span style="color: #ff0000;">1<span style="color: #ff0000;">7</span></span><span style="color: #ff0000;"> 18 </span><span style="color: #ff0000;"><span style="color: #ff0000;">2</span>1</span><strong><span style="color: #339966;"> 24 </span></strong><span style="color: #ff0000;">30</span><strong><span style="color: #339966;"> </span></strong><span style="color: #339966;"><span style="color: #ff0000;">36</span></span><strong><span style="color: #339966;"> 48</span></strong><strong><strong><span style="color: #339966;"> 60 7</span>2</strong></strong></span></p>
<p>Usable and unusable font sizes for Gill Sans Bold:<span style="color: #339966;"><strong><strong><br />
</strong></strong><span style="color: #339966;"><span style="color: #ff0000;">9 10 11 12 13 14</span></span><strong><span style="color: #339966;"> 15 16 17 </span></strong><span style="color: #ff0000;">18</span><strong><span style="color: #339966;"> 21 24 30 36 48 60 72</span></strong></span></p>
<h2>Bodoni</h2>
<p>Screenshots of Bodoni Book in <a href="/article-data/images/webfont-pop-bodoni-Firefox.png" target="_blank">Firefox</a>, <a href="/article-data/images/webfont-pop-bodoni-IE8.png">IE8</a>, <a href="/article-data/images/webfont-pop-bodoni-IE6.png">IE6</a>.<br />
Screenshots of Bodoni Book Italic in <a href="/article-data/images/webfont-pop-bodoni-Firefox.png" target="_blank">Firefox</a>, <a href="/article-data/images/webfont-pop-bodoni-IE8.png">IE8</a>,   <a href="/article-data/images/webfont-pop-bodoni-IE6.png">IE6</a>.</p>
<div class="wp-caption alignnone" style="width: 214px"><img title="IE8: Even at large sizes the small lines tend to be troublesome. Note the broken lines in the o, e, p and s." src="/article-data/images/webfont-pop-bodoni-1.png" alt="IE8: Even at large sizes the small lines tend to be troublesome. Note the broken lines in the o, e, p and s." width="204" height="52" /><p class="wp-caption-text">IE8: Even at large sizes the small lines tend to be troublesome. Note the broken lines in the &#39;o&#39;, &#39;e&#39;, &#39;p&#39; and &#39;s&#39;.</p></div>
<div class="wp-caption alignnone" style="width: 173px"><img title="The grey blur of IE6" src="/article-data/images/webfont-pop-bodoni-2.png" alt="The grey blur of IE6" width="163" height="35" /><p class="wp-caption-text">The grey blur of IE6</p></div>
<p>Bodoni renders badly. As I expected. The thin lines in serif fonts prove to be troublesome in webfonts. This is mostly due to the anti-aliasing of IE8 that is way too sharp. The italic font style has a even worse legibility.</p>
<p>Usable and unusable font sizes for Bodoni Book:<span style="color: #339966;"><strong><strong><br />
</strong></strong><span style="color: #ff0000;">9 10 11 12</span><span style="color: #339966;"><span style="color: #ff0000;"> 13 14</span><strong> </strong><span style="color: #ff0000;">15 </span><span style="color: #ff0000;">16</span><strong> </strong><span style="color: #ff0000;">17</span><strong> </strong><span style="color: #ff0000;">18</span><span style="color: #ff0000;"> 21 24 30 36</span><strong> 48</strong></span><strong><strong><span style="color: #339966;"> 60 7</span>2</strong></strong></span></p>
<p>Usable and unusable font sizes for Bodoni Book Italic:<span style="color: #339966;"><strong><strong><br />
</strong></strong><span style="color: #ff0000;">9 10 11 12 13 14</span><span style="color: #339966;"><span style="color: #ff0000;"> 15 16 17 18</span><span style="color: #ff0000;"> 21 24</span><span style="color: #ff0000;"> 30  36</span><strong> 48 60 72</strong></span></span></p>
<h2>Conclusion</h2>
<p>Phew! that&#8217;s a lot of data. So what does it all mean? Well, for starters we now know for sure that you have to check your font in different browsers and eliminate the font sizes that render badly before you start to design. This and other tests seem to show that it&#8217;s best to only use simple, sans-serif fonts. That&#8217;s because variation in thickness and diagonal lines prove troublesome in webfonts. Especially in IE8 on Vista because it&#8217;s very sharp anti-alias. It&#8217;s so sharp that the fonts look jagged.</p>
<p>Fonts in Firefox don&#8217;t look jagged and look great in very large sizes. The trouble is the &#8216;creativity&#8217; in the rendering. Characters can be wider, smaller, higher or lower than intended. In some cases it can change the complete look of a font.</p>
<p>The anti-alias in IE6 on Windows XP SP3 is in most cases way to strong. Most black text is printed grey at smaller sizes. But in some cases the vertical lines of characters exactly fit in one pixel, which results in a pure black line in a grey text. Not good.</p>
<p>And Safari? You haven&#8217;t seen me talking about Safari. That&#8217;s because the font rendering in OSX is all you could wish for. That doesn&#8217;t mean I have seen some rendering issues, but they are of a complete other order and are insignificant compared with the troublesome rendering on Windows. Font rendering in the PC version of Safari is by the way just as bad as IE, if not worse.</p>
<p>I recently tried Typekit and seen webfonts on Ascenderfonts. The selected fonts look most of the time way better than you can do yourself. So I guess that webfont services is logical option, from both legally and legibility standpoint.</p>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2010/01/20/webfont-pitfalls/' rel='bookmark' title='Permanent Link: Webfont pitfalls'>Webfont pitfalls</a></li>
<li><a href='http://www.thebrightlines.com/2009/12/10/251/' rel='bookmark' title='Permanent Link: My favorite for converting fonts to EOT'>My favorite for converting fonts to EOT</a></li>
<li><a href='http://www.thebrightlines.com/2010/03/18/font-rendering-in-ie9/' rel='bookmark' title='Permanent Link: Web font rendering in IE9'>Web font rendering in IE9</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/01/24/test-popular-professional-fonts-as-webfont/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Webfont pitfalls</title>
		<link>http://www.thebrightlines.com/2010/01/20/webfont-pitfalls/</link>
		<comments>http://www.thebrightlines.com/2010/01/20/webfont-pitfalls/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 22:30:28 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[font-face]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=370</guid>
		<description><![CDATA[After implementing webfonts in two websites it's time to document the errors one can make. This article shouldn't scare you though, it should be a timesaver.]]></description>
			<content:encoded><![CDATA[<h2>Selecting a font</h2>
<p>One of the first pitfalls you can fall into when using webfonts is that you find fonts that seems nice but aren&#8217;t usable. That could be for a number of reasons:</p>
<ul>
<li><strong>Huge line heights:</strong> Some (free) fonts have lots of space above and below the type. You have to give the text something like <code>line-height: 0.8em</code> to make it look good. But users with Chrome or old browsers will not see your website. Instead they will see lines of text in Arial on top of eachother.</li>
<li><strong>Legibility:</strong> Many fonts are only useful as a heading. That&#8217;s because font rendering on Windows is far from perfect. Especially at small font sizes. If your font isn&#8217;t readable at 11px, think twice if you want it for your body text. Please keep in mind that fonts in IE are even less legible.</li>
<li><strong>Don&#8217;t trust Photoshop:</strong> Photoshop cannot emulate the bad aliasing that can occur in browsers, so don&#8217;t comfort yourself when everything looks fine in Photoshop.</li>
<li><strong>Test in browsers:</strong> Pick the fonts you want to use and test it in different browsers. I like the free font-face service of Fontsquirrel because it not only converts the fonts to webfont format, but it also generates an HTML-file with the webfont in different sizes. Just open the page in various browsers and compare. You can check which font sizes have a good legibility. Be sure to check IE and Safari on PC because they are the worst when it comes to font rendering.</li>
<li><strong> Be wary of free fonts:</strong> I use free fonts, but you really have to pick the right ones. Some have for example problems with legibility.</li>
<li><strong>Be wary of commercial fonts as well:</strong> Users can download your fonts. So if  you use a $200 dollar font, you make it freely available. In theory you could make a new font with just a subset of the original. That would make it less desirable to download, but also less usable and it&#8217;s still not legal at all.</li>
</ul>
<h2>Conversion options</h2>
<p>Fontsquirrel has some options when converting fonts to EOT, the only font type that IE supports.</p>
<ul>
<li><strong>Hints:</strong> Hints help the anti-aliasing engine with it&#8217;s work by giving &#8230; well, uhm &#8230; hints on how to do that. Hints tell what pixel should get which color in order to create the effect of smooth lines. If your font has bad hints or none at all, you could auto generate them when converting. It can make a difference. Hinting is done fully automatic though, so you could expect glitches like having an <em>i</em> without a dot. Those errors occur mostly at small font sizes, so if you use the font in headings it should be fine.</li>
<li><strong>Subsetting:</strong> A font can be as small as 20Kb, but also as large as 200Kb. Multiply that number with every font style you want to use like italic and bold. My weblog loads 4 font files of +- 25Kb. For IE the font files are even larger: 4 times 70 Kb. You can limit the file size by removing all the types you won&#8217;t use like Arabic or Chinese.</li>
</ul>
<h2>Setting up the font-face right</h2>
<ul>
<li><strong>The right @font-face syntax:</strong> Writing the font-face code isn&#8217;t hard to do. But what you really need to be sure of is that it works good for all browsers. After I implemented webfonts in this blog, I discovered that Firefox loaded both OTF and EOT files, although it doesn&#8217;t even support EOT! Paul Irish has a <a href="http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/">nice article about the various font-face options</a> and concludes that there is only one good syntax. That&#8217;s the one below:<br />
<code>@font-face {<br />
font-family: 'Graublau Web';<br />
src: url('GraublauWeb.eot');<br />
src: local('Graublau Web Regular'), local('Graublau Web'), url('GraublauWeb.otf') format('opentype');<br />
}</code></li>
<li><strong>Cross domain webfonts:</strong> I discovered that Firefox is <a href="http://www.thebrightlines.com/2010/01/12/implementing-font-face-cross-domain/">pretty fussy when about the location of fonts</a>. This can save you an hour of frustration.</li>
</ul>
<p>Of all the errors I made, the biggest one was the idea that you can grab any font, use it in your website and be sure that it renders like you would expect in Photoshop. It just doesn&#8217;t. There aren&#8217;t much fonts that render well at 11 to 14 pixels.  This blog used the font <a href="http://www.josbuivenga.demon.nl/fontinsans.html">Fontin Sans</a> for all text. Now I scaled it down to just the logo and the major headings. All other text is “just” Tahoma/Geneva.</p>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2010/01/24/test-popular-professional-fonts-as-webfont/' rel='bookmark' title='Permanent Link: Test: Popular professional fonts as webfont'>Test: Popular professional fonts as webfont</a></li>
<li><a href='http://www.thebrightlines.com/2009/12/10/251/' rel='bookmark' title='Permanent Link: My favorite for converting fonts to EOT'>My favorite for converting fonts to EOT</a></li>
<li><a href='http://www.thebrightlines.com/2009/11/01/the-trouble-with-font-face/' rel='bookmark' title='Permanent Link: The trouble with @font-face'>The trouble with @font-face</a></li>
<li><a href='http://www.thebrightlines.com/2010/02/28/web-fonts-services-list/' rel='bookmark' title='Permanent Link: List of web fonts services and resources'>List of web fonts services and resources</a></li>
<li><a href='http://www.thebrightlines.com/2009/11/07/no-sign-of-font-face-in-chrome-4/' rel='bookmark' title='Permanent Link: No sign of @font-face in Chrome 4'>No sign of @font-face in Chrome 4</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/01/20/webfont-pitfalls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Implementing font-face cross domain</title>
		<link>http://www.thebrightlines.com/2010/01/12/implementing-font-face-cross-domain/</link>
		<comments>http://www.thebrightlines.com/2010/01/12/implementing-font-face-cross-domain/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 21:13:59 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[cross-domain]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[EOT]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=363</guid>
		<description><![CDATA[Firefox is fussy about fonts residing on other domains.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still in the middle of a redesign of my <a href="http://electricspace.blogspot.com/">personal weblog</a>, but I&#8217;m glad I got the font-face working. It was a hard nut to crack. The source of all the trouble was that Firefox would load font files from other domains. Although the domain restriction isn&#8217;t making things easier, it is sort of sensible.</p>
<p>Internet Explorer is the only browser that supports EOT, a font format that has digital rights management. That way you can make sure that your $200 font isn&#8217;t downloaded and used by everybody on the internet.</p>
<p>But like I said: IE is the only browser that can understand that file type. So Mozilla apparently implemented some sort of protection against font hijackers: It will only accept fonts from domains that specifically allow fonts to be downloaded. In case of Apache you have to add the following code below to the .htaccess file. I found it on <a href="http://openfontlibrary.org/wiki/Web_Font_linking_and_Cross-Origin_Resource_Sharing">Open Font Library</a>.</p>
<p><code>&lt;FilesMatch "\.(ttf|otf|eot)$"&gt;<br />
&lt;IfModule mod_headers.c&gt;<br />
Header set Access-Control-Allow-Origin "*"<br />
&lt;/IfModule&gt;<br />
&lt;/FilesMatch&gt;</code></p>
<p>This does not help you prevent people from stealing your font, but it will protect you from web developers who want to add the URL to the font on your domain in their font-face declaration. It&#8217;s not really a solution if you ask me. It seems more like a <em>gesture</em> to the creators of fonts.</p>
<p>It appears you could replace the asteriks with the domain of your website, but in my case (http://electricspace.blogspot.com/) did not do the job.</p>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2009/11/01/the-trouble-with-font-face/' rel='bookmark' title='Permanent Link: The trouble with @font-face'>The trouble with @font-face</a></li>
<li><a href='http://www.thebrightlines.com/2009/11/07/no-sign-of-font-face-in-chrome-4/' rel='bookmark' title='Permanent Link: No sign of @font-face in Chrome 4'>No sign of @font-face in Chrome 4</a></li>
<li><a href='http://www.thebrightlines.com/2009/12/10/251/' rel='bookmark' title='Permanent Link: My favorite for converting fonts to EOT'>My favorite for converting fonts to EOT</a></li>
<li><a href='http://www.thebrightlines.com/2010/01/20/webfont-pitfalls/' rel='bookmark' title='Permanent Link: Webfont pitfalls'>Webfont pitfalls</a></li>
<li><a href='http://www.thebrightlines.com/2010/03/09/new-web-font-service-ascender-corporation/' rel='bookmark' title='Permanent Link: New web font service: Ascenderfonts.com'>New web font service: Ascenderfonts.com</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/01/12/implementing-font-face-cross-domain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog redesign</title>
		<link>http://www.thebrightlines.com/2010/01/03/blog-redesign/</link>
		<comments>http://www.thebrightlines.com/2010/01/03/blog-redesign/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 23:53:27 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Web development in general]]></category>
		<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=320</guid>
		<description><![CDATA[The Bright Lines has a new design. A short analysis of the new design.]]></description>
			<content:encoded><![CDATA[<p>The last few days I was busy redesigning the website. I was not happy with the original design.</p>
<ul>
<li>The menu on the top right was large and clunky. Because of that it didn&#8217;t leave much room for more links.</li>
<li>The &#8216;logo&#8217; on the top left did not feel like a real logo mainly because it was &#8230; well &#8230; just not designed well.</li>
<li>The shadow effect on the columns looked cool, but because it was made with PNG8 images instead of PNG24, it wasn&#8217;t possible to add an background image to the page.</li>
</ul>
<p>What I <em>did</em> like was the scalability of the website. you could as easily view the page on your (i)phone as it would be on your large, wide computer screen. I dropped support for mobile phones. There are lots of Wordpress plugins to cater the mobile devices. I have to dive into that some time. For now anyone with a mobile device can grab the <a href="http://www.thebrightlines.com/news-feeds/">RSS feeds</a>.</p>
<p>I still have to fix a few styling glitches but I thought the design was good enough to make the switch. Here are the most important aspects of the design:</p>
<ul>
<li>Use of <code>rgba</code> as background color. This makes it possible to set opacity for just the background instead of the whole box. <code>rgba</code> is not supported in IE, so you will have a solid white background then.</li>
<li>Using opacity in the columns makes it possible to use large backgrounds. That gives me a reason to pick up my photography.</li>
<li>The use of webfonts. This was something I was eager to use. This is something designers and web developers alike have been waiting for. The implementation isn&#8217;t perfect, but it looks well in Firefox and on the Apple. IE and Webkit on the PC still need some tweaking. I&#8217;ll go in to more detail in an upcoming article. For now I&#8217;ve been glad to be able to experiment with a real web site instead of running some tests with webfonts.</li>
<li>Less data: I removed irrelevant data where I could. It&#8217;s most apparent in the list of articles on the homepage where I removed information like categories, tags and dates.</li>
<li>Links become visible with an underline when a column is <code>hover</code>ed. This will make the website look less crowded. It&#8217;s a bit like the folder tree view in Vista&#8217;s Windows Explorer: you will only see the folding icons (the plus and minus icons next to the folders) when that section is active.</li>
</ul>
<p>There are some things I have to do:</p>
<ul>
<li>Make a logo that is suitable for creating a favicon</li>
<li>Tweaking the fonts for IE &amp; Webkit on PC.</li>
</ul>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2010/01/03/blog-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My favorite for converting fonts to EOT</title>
		<link>http://www.thebrightlines.com/2009/12/10/251/</link>
		<comments>http://www.thebrightlines.com/2009/12/10/251/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 06:39:33 +0000</pubDate>
		<dc:creator>Wouter Bos</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Webfonts]]></category>
		<category><![CDATA[Convert]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[EOT]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[Fontsquirrel]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://www.thebrightlines.com/?p=251</guid>
		<description><![CDATA[Webfonts are fun, but converting fonts to EOT can be a drag. But I found a good conversion service from Fontsquirrel]]></description>
			<content:encoded><![CDATA[<h2>ttf2eot</h2>
<p>In order to use webfonts in your website you have to convert regular fonts to Microsofts EOT format. Normally I would use the online version of ttf2eot, which works reasonably well. As long if you have a TTF. If you have another type of font like a OTF, you have to find another converter first.</p>
<h2>WEFT</h2>
<p>In case ttf2eot fails with a particular font (like in my case) I grudgingly use Microsofts WEFT tool. I dislike WEFT for its instability and weird workflow/interface. But last time I tried it, it didn&#8217;t do a good job at all. Only 3 of the 4 fonts I had to convert to EOT were recognized and none of that 3 fonts worked in IE.</p>
<h2>Fontsquirrel</h2>
<p>Then while looking for a manual on WEFT, I came across the free <a href="http://www.fontsquirrel.com/fontface/generator">@font-face Kit Generator</a> of Fontsquirrel. And man, did <em>that</em> save the day. Uploading and converting the fonts was very easy. On top of it, you get an example web page packed in a zip with the webfonts in it. It looks something like the screenshot below. The service can also convert fonts to <strong>WOFF</strong> (Firefox) and <strong>SVG</strong> (Chrome &amp; iPhone).</p>
<div class="wp-caption alignnone" style="width: 585px"><img title="Fontsquirrel not only converts your fonts to EOT, but also shows an example how it would look like in your browser in various font sizes." src="/article-data/images/Fontsquirrel.png" alt="Fontsquirrel not only converts your fonts to EOT, but also shows an example how it would look like in your browser in various font sizes." width="575" height="167" /><p class="wp-caption-text">Fontsquirrel not only converts your fonts to EOT, but also shows an example how it would look like in your browser in various font sizes.</p></div>
<h2>What to look out for in Fontsquirrel</h2>
<p>The only thing that did go wrong was the hinting. If I chose the default option “Use existing hints” the letter “B” did not render well as you can see in the screenshot below. When I chose to remove the hinting, the conversion was successful.</p>
<div class="wp-caption alignnone" style="width: 213px"><img title="Fontsquirrel too can get it wrong. Always check all the types" src="/article-data/images/Fontsquirrel2.png" alt="Fontsquirrel too can get it wrong. Always check all the types" width="203" height="167" /><p class="wp-caption-text">Fontsquirrel too can get it wrong. Always check all the types</p></div>
<div class="wp-caption alignnone" style="width: 307px"><img title="The problem in the previous piccture was cleard by removing all hints." src="/article-data/images/Fontsquirrel3.png" alt="The problem in the previous piccture was cleard by removing all hints." width="297" height="101" /><p class="wp-caption-text">The problem in the previous piccture was cleard by removing all hints.</p></div>


<p>Related posts:<ol><li><a href='http://www.thebrightlines.com/2009/11/01/the-trouble-with-font-face/' rel='bookmark' title='Permanent Link: The trouble with @font-face'>The trouble with @font-face</a></li>
<li><a href='http://www.thebrightlines.com/2010/01/24/test-popular-professional-fonts-as-webfont/' rel='bookmark' title='Permanent Link: Test: Popular professional fonts as webfont'>Test: Popular professional fonts as webfont</a></li>
<li><a href='http://www.thebrightlines.com/2010/02/28/web-fonts-services-list/' rel='bookmark' title='Permanent Link: List of web fonts services and resources'>List of web fonts services and resources</a></li>
<li><a href='http://www.thebrightlines.com/2010/04/18/interview-with-ethan-dunham-of-fontsquirrel-and-fontspring/' rel='bookmark' title='Permanent Link: Interview with Ethan Dunham of Fontsquirrel and Fontspring'>Interview with Ethan Dunham of Fontsquirrel and Fontspring</a></li>
<li><a href='http://www.thebrightlines.com/2010/01/20/webfont-pitfalls/' rel='bookmark' title='Permanent Link: Webfont pitfalls'>Webfont pitfalls</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thebrightlines.com/2009/12/10/251/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
