<?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>SUPERMETRIC FINDS &#187; fonts</title>
	<atom:link href="http://supermetricity.com/tag/fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://supermetricity.com</link>
	<description>SUPERMETRIC is an interactive design firm in New York. This is where we do our thinking. Get in touch to discuss a project. (212) 933-9235</description>
	<lastBuildDate>Wed, 18 Aug 2010 22:29:05 +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>Font Rendering on the Web: sIFR or cufón?</title>
		<link>http://supermetricity.com/2009/04/09/font-rendering-sifr-cufon/</link>
		<comments>http://supermetricity.com/2009/04/09/font-rendering-sifr-cufon/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:34:06 +0000</pubDate>
		<dc:creator>olaf</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[cufon]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[sifr]]></category>

		<guid isPermaLink="false">http://supermetricity.com/?p=373</guid>
		<description><![CDATA[Achieving a strong brand online is often challenging when it comes to the use of a corporate font. The standard methods are either using a system font that is likely to be available on your target audience&#8217;s devices or to use images to render fonts exactly the way you want them to appear. Latter method [...]]]></description>
			<content:encoded><![CDATA[<p>Achieving a strong brand online is often challenging when it comes to the use of a corporate font. The standard methods are either using a system font that is likely to be available on your target audience&#8217;s devices or to use images to render fonts exactly the way you want them to appear. Latter method has a number of disadvantages: not SEO friendly, not CMS friendly, bad performance due to higher load times and not favorable from a WAI perspective. Using system font on the other hand is disadvantageous with regards to branding other than if your CI font happens to be Arial (or one of the 10 or so widely available standard web fonts).</p>
<div id="attachment_374" class="wp-caption alignright" style="width: 360px"><a href="http://www.foamex.com"><img class="size-full wp-image-374" title="Using sIFR on foamex.com" src="http://supermetricity.com/wp-content/uploads/2009/04/foamex_2.jpg" alt="Using sIFR on foamex.com (rendering VAG rounded)" width="350" height="150" /></a><p class="wp-caption-text">Using sIFR on foamex.com (rendering VAG rounded)</p></div>
<p>A while ago we came across <a title="check out sIFR" href="http://novemberborn.net/sifr3" target="_blank">sIFR</a>, a method to render any font on a website using Javascript and Flash. sIFR works pretty much this way: you download the package, copy the Javascript into to the appropriate folders within your web project, use the included .fla file to create the master font for the web (obviously you need to have the font installed on your computer) and copy the exported .swf file into your web folder. sIFR takes text from your standard HTML markup (e.g. inside a &lt;h1&gt; tag) and substitutes each character with a Flash character. This is done after the page is loaded (the JS is placed before &lt;/body&gt;). If Flash is not available on the target device sIFR nicely degrades to HTML. It&#8217;s a solid method but somewhat tricky to install and has a couple of other disadvantages. We always found that the rendering was not as good as using images but we never upgraded to sIFR 3 which seems to be better in this regard. In terms of cross-browser compatibility sIFR did a good job but character spacing is a little bit off between IE and FF/ Safari which makes it difficult if you want to control line breaks.</p>
<div id="attachment_377" class="wp-caption alignleft" style="width: 310px"><a href="http://supermetricity.com/wp-content/uploads/2009/04/lv_1.jpg"><img class="size-medium wp-image-377" title="cufon renders really nicely" src="http://supermetricity.com/wp-content/uploads/2009/04/lv_1-300x109.jpg" alt="cufon renders really nicely" width="300" height="109" /></a><p class="wp-caption-text">Using cufon on a transparent div</p></div>
<p style="text-align: left;">Recently I stumbled upon a new method called <a title="check out cufon" href="http://wiki.github.com/sorccu/cufon/about" target="_blank">cufón</a> and I decided to use it for a new project. The installation of the demo was really easy and results looked totally the same on all browsers. The method sounds more complex in terms of what technically happens but neither the developer nor the end user notices any of this. Cufón consists of two modules: a font creator converts a font into VML paths (I am using <a title="convert fonts for cufon" href="http://cufon.shoqolate.com/generate/" target="_blank">this</a> awesome site) which are then put into the web directory of your choice together with one more JS file. Just like sIFR you are using regular HTML markup and apply a special CSS class to the parts you want to be picked up by cufón for font substitution. Just like sIFR, cufón will also degrade to HTML if scripts are disabled on the target device.</p>
<p style="text-align: left;">
<p style="text-align: left;">The results are amazing: it&#8217;s super fast, excellent rendering and works on all browsers and platforms. The only disadvantage is that text is not selectable as every single word is put in one &lt;canvas&gt; tag. In IE 6 where &lt;canvas&gt; is not available a different method is used which allows to select text but only one word at a time. We are currently developing 2 new projects using cufón and we will post results here as soon as we go live.</p>
<p style="text-align: left;">Update: There is quite a bit of write-up on the net comparing different font rendering methods:</p>
<ul>
<li><a href="http://www.erenemre.com/2009/03/cufon-vs-sifrwhich-one-is-better/" target="_blank">http://www.erenemre.com/2009/03/cufon-vs-sifrwhich-one-is-better/</a></li>
<li><a href="http://chriskjennings.com/2009/02/introducing-cufon-sifr-alternative/" target="_blank">http://chriskjennings.com/2009/02/introducing-cufon-sifr-alternative/</a></li>
<li><a href="http://stackoverflow.com/questions/692990/sifr-vs-cufon-vs-typeface-js" target="_blank">http://stackoverflow.com/questions/692990/sifr-vs-cufon-vs-typeface-js</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://supermetricity.com/2009/04/09/font-rendering-sifr-cufon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
