up vote 41 down vote favorite
33
share [g+] share [fb]

With browser support / licensing issues of @font-face (a feature of CSS3), which intermediate option do you prefer?
Cufon,Typeface.js, or SIFR?

Cufon is new but has been getting a lot of praise from the web design community, how does it differ from Typeface.js ?

link|improve this question
feedback

14 Answers

up vote 42 down vote accepted

I personally preffer Typeface. It's easy to use and works well. It's created using JavaScript, not both JavaScript AND Flash like sIFR, or JavaScript AND PHP like FLIR.

Typeface.js

Advantages:

  • User doesn’t have to have Flash plugin installed on their browser
  • Easier to create with just a few lines of Javascript
  • For page loading it just needs to load the Javascript

Disadvantages:

  • Text is not selectable because it outputs it like an image. I looked at some examples, right clicked on a word and had to view as an image. Every single word had this behaviour. Big thumbs down.
  • Usage for body copy will slow down loading time, so it is recommended to use only for headlines.
  • Cannot be read by screen readers
  • Visual looks blurry
  • Not all browser compliant and still has a lot of development left to be done

sIFR

Advantages:

  • Can be read by screen readers as a normal headline because it is a behaviour layer on top of the markup and styling.
  • Text is selectable
  • SEO friendly
  • Displays text as is like any other web font. Crisp and not blurry!
  • Has addons like jQuery sIFR Plugin!

Disadvantages:

  • Requires Javascript to be enabled
  • Flash plugin must be installed in the browser
  • Need Adobe Flash Studio to create it BUT there is a pretty nifty sIFR generator that creates the file for you!
  • For page loading, it has to request for Flash, Javascript and CSS files attached to it, which can potentially get bogged down if you are using sIFR in too many places.
  • Cannot display on an iPhone. Yet…

Cufón (similar to Typeface.js)

Enter Cufón, the Javascript-based font replacement solution which makes heavy use of canvas and VML. This offers a great alternative to other solutions out there - no Flash or images required.

There are some issues with using Cufón on a live site, the most notable being the inability to highlight and copy/paste text, which is really the biggest issue for your site's users.

Combine that with the EULA issues, which prevent you from being able to legally embed fonts in Javascript files for most fonts on the market today.

The other issue is knowing what fonts can be used with Cufón. For sIFR, most fonts are fair game, since the font is embedded in a Flash movie, which is typically an approved usage by most font foundries for most fonts. With Cufón, the Javascript files used for the font can be easily "stolen" and either used on another website or reverse engineered.

link|improve this answer
2  
What you prefer is irrelevant if you don't say why. – Adam Asham Mar 28 '09 at 16:34
1  
@Adam, OK, I've just explained why. – Tarkus Mar 28 '09 at 16:45
1  
Good! I inverted my down vote. :-) – Adam Asham Mar 28 '09 at 16:50
2  
How do the EULA issues differ between Cufon and the others? Surely it's not legal to embed any font in a Flash file either? – bzlm Mar 28 '09 at 20:56
2  
"With Cufón, the Javascript files used for the font can be easily 'stolen'" - it can only be stolen for use with Cufon, just like sIFR fonts can be stolen for use with sIFR. What's the difference? – bzlm Mar 29 '09 at 17:49
show 3 more comments
feedback

I did a bit of a review on the three of these and found Cufon to be the best for my needs. I am more of a JavaScript based developer so my views may be slightly biased, Typeface was pretty good but had a few problems with my custom font type.

Check it out the full article here

Text replacement comparison

link|improve this answer
1  
Good link for the comparison +1 – Shadi Almosri Jun 9 '09 at 14:34
feedback

I am an advocate for @font-face. I think it's where the future of web typography is going and I have tried all the above methods and have experienced issues with each.

Have you heard of the Font Squirrel @font-face Generator?

It is an amazing tool that allows you to upload fonts, then they convert them to web friendly formats and give you the code you need for your site. It even works in IE6! I use it religiously.

P.S. they also have a great library of free fonts for commercial use. ^_^

link|improve this answer
1  
Font Squirrel/@font-face is awesome, but it does not implement into the browser in a way that forces font smoothing as flash (sIFR) and javascript/canvas/vml (Cufon/Typeface.js) implementations would. – electblake Dec 1 '10 at 16:29
True... but sIFR won't work in most mobile browsers (because it's Flash) and overall it's a good idea to avoid Flash unless it's absolutely necessary, and w/ Cufon I had lots of font sizing issues. Not sure if you experienced that. One thing I recently found was lettering.js which seems pretty promising: letteringjs.com – Amber June Dec 30 '10 at 1:11
feedback

If you're targeting mobile phone users too:

  • iPhones: Cufon and Typeface work but sIFR doesn't.
  • Symbian (Nokia) phones: Cufon and Typeface currently don't work, but sIFR does.
  • Blackberries: don't currently support any of the above.
  • Android phones: the latest OS (FroYo) supports Flash and therefore sIFR. Older versions should be the same as iPhones.
link|improve this answer
Modern Nokia phones probably do support Cufon and Typeface now but I don't have one to test with. – dave1010 Dec 5 '11 at 11:09
feedback

I tested all for cross browser compatibility and found sIFR but is the only Accessible, Selectable and most important Cross Browser Compatible.

link|improve this answer
Yeah, sIFR is iron clad when it comes to accessibility and Browser support (although no mobile support) I just always find the implementation awkward. Cufon (for example) reads entirely from css and I've never had issues with font sizes/kerning (as I ALWAYS had with sIFR) – electblake Dec 1 '10 at 16:27
feedback

sIFR

If you are merely replacing title headings and body copy elements then I'm sure sIFR would work fine but I constantly find myself using text replacement for navigation and other design elements that need very fine tuning - something I find a total disaster in sIRF.

cufon

I have yet to find some css property that cufon doesnt recognize (rollovers, backgrounds, etc.etc.) and It always sets up in a fraction of the time that sIFR or FLIR do...It just seems that cufon replaces the font, size, and position of text most naturally (and predictability)

FLIR

I've tried working with FLIR many times and have always encountered problems, mainly with serverside image libraries (GD2 / ImageMagick) being inconsistent from development to production environments - Beware!

link|improve this answer
feedback

I modified typeface.js to use subpixel antialiasing. This is for only HTML5 canvas browsers, and Internet Explorer shows it like regular typeface.js

http://yohng.com/software/subpixel-typeface-js.html

link|improve this answer
feedback

The SVG/VML canvas drawing method (used by Cufon and Typeface.js) has issues with text selection in some browsers, but has very good browser support generally. It doesn't support all text properties that CSS does. Cufon currently has support for more font types and browsers than Typeface.js does; otherwise they're functionally identical.

sIFR has some issues with flickering and relies on Adobe Flash being installed and activated, but has support for all the advanced rendering options, kerning etc, that Flash has.

Which is preferable usually has to do with how the rest of the page works.

link|improve this answer
feedback

sIFR3 requires not only Flash Player, but Flash Player 9, for some peeps (including our company) this put it on a back foot. The reason this was important for me, is that sIFR2's line-height and spacing woes are just too finnickity to overcome with any kind of innate efficiency, so an 'upgrade to sIFR3' was the best option. Perhaps given another few days there might have been something we could've done to fix this... still unsure though I hear other continue to struggle.

Rotated text? Fairly easy in sIFR2 - I did it in a few minutes by duplicating the original sIFR2 .fla and dont_customize_me.as include, renamed them as '_vertical' variants, opened the .fla's up and simply rotated the MovieClip holding the TextField and set some new default dimensions! I should admit that I had to comment out some of the original dont_customize_me.as scaling, which is fine really because the nature of my interface wasn't relying on pliable heights - I could safely apply height layout CSS props to our replaced elements. I reckon my efforts could've been doubled to make it more flexible.

Aaaand a biggy for me was 'display:none;' content... ugh, royal PITA with sIFR2, though doable, I ended up having to apply a temporary CSS class to move the replaced elements off-screen (position:absolute;left:-10000px;) and replacing the temporary class with the intended hidden class. I never figured out if sIFR2 had a replace() callback, which is ideally where I should've switched classes, but time and budget made me do the switch whenever my hidden elements were revealed.. it worked but.. ho hum.

Cufon on the other hand, replaced correctly, didn't flicker when following the clear guidelines, and IE6 seemed to have a few issues with leaving the VML replacement layers in the same position when the DOM is manipulated around the replaced elements (like revealing 'display:none;' content), I foudn this to be inconsistent, and sometimes setting 'position:relative' on the replaced element.. worked?. I did also notice that the 'selection area' on a elements in IE8 is fragmented, the cursor flickers between pointer and default between words (there's most likely a more refined, rational explanation of this effect out there...).

link|improve this answer
feedback

The new Google instant preview is not displaying any text that is rendered by cufon.

link|improve this answer
feedback

I'd roll my own - mainly just to get ClearType*esque* support

link|improve this answer
I agree, but writing a subpixel antialising font rendering engine seems like a huge undertaking, hence why all three solutions lack that feature. (Strangely, I believe this is available in flash, I'm not sure why SIFR doesn't take advantage of it) – davr Apr 15 '09 at 17:48
No it doesn't. I implemented it in under an hour for Silverlight: nesteruk.org/projects/textsvc – Dmitri Nesteruk Apr 16 '09 at 8:35
And here's one I did with JavaScript/canvas: magnetiq.com/2008/08/05/subpixel-scrolltext-in-javascript – Ates Goral Mar 28 '10 at 23:41
feedback

Personally I think they all produce ugly output, the rendering/anti-aliasing is noticeably worse than what is produced by the browser. Typeface.js is the worst, the text looks uber blurry, SIFR is the best, it's almost as good, but still missing the subpixel antialiasing. Cufon is somewhere in-between in terms of quality.

Check out this quick comparison I made, comparing the rendering of the three methods versus native browser rendering of the same text. Notice how blurry they are, due to both lacking subpixel rendering, and also I think they are lacking in hinting as well (But not 100% sure on this, I'm not font pro)

link|improve this answer
Can you provide an example? – GeekJock Apr 15 '09 at 0:15
sure, check out: davr.org/pics/font_comparison.png – davr Apr 15 '09 at 17:46
Well I don't agree, Cufon, in many scenarios, produces beautiful output. Here is a comparison of Cufon and Photoshop rendering quality in real case scenario: sidleniwiec.blogspot.com/2010/05/… – Łukasz Korzybski May 19 '10 at 7:56
@Łukasz: I don't view websites in Photoshop, I view them in a browser. Hence I compare Cufon's rendering to my browser's rendering, which is much better. In my comparison image, notice how much sharper the rendering is, versus Cufon or others. It's a tradeoff...you get to use more fonts, but you get worse font rendering. Personally I'd prefer just using standard fonts with a better rendering, which rules out Cufon, Sifr, etc – davr May 19 '10 at 18:32
On BMW site Cufon looks really nice: bmw.pl/pl/pl/newvehicles/x/x5/2010/showroom/efficiency/… (heading is Cufon rendered). In your comparison, it also depends on which system you did it, it is also true that some of the smaller font sizes can be blurry in Cufon, I had to pick the sharper ones for my site. – Łukasz Korzybski May 22 '10 at 21:43
feedback

I have started a comparison matrix of these different fonts solutions (@font-face vs sIFR vs typeface.js vs Cufon vs FLIR…) :

http://blog.socialcompare.com/2010/05/28/comparison-web-fonts-solutions-font-face-vs-sifr-vs-typeface-js-vs-cufon-vs-flir/

If you want to improve this public comparison, you are welcome.

link|improve this answer
feedback

It's an interesting debate right now in the web design world, but I've heard that most professional web designers (not the common wordpress theme designer) are against Cufon, and prefer @Typeface.

See what Josh Johnson from Design Shack and others have to say about it http://pythoughts.com/what-do-web-design-experts-say-about-cufon

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.