Azzcat Blast

Design stories & tips, peppered with life's little tidbits

CONTACT

Web Font Replacement Frustration

January 10th, 2010

screen capture from bendmagic.com

If you’re a web designer, and in particular, a print designer who has migrated to web design, you’re likely any or all of the following:

  • accustomed to selecting & purchasing fonts based on client branding and application needs
  • experienced with legally including/embedding necessary fonts with print-ready files to send to printer, sign fabricator, etc.

I understand.


The good news is that 2009 saw a virtual explosion of new methods to get other fonts on websites. Used to be, all you could do for special short bits of copy (like headlines and navigation) was to cut PSD files up and place as background images (JPG or PNG) into your CSS, hiding the ‘real’ HTML text with {text-indent: -9999px} (See this article on CSS tricks from 2008)

Then there were other options…Flash, FLIR, sIFR, Cufón, @font-face and more. This article has a great roundup, including links. Because every day last year, my inbox seemed to burst with new technologies to banish the banal—I was thrilled! And I experimented with several:

  • trying to get away from Flash, I looked into sIFR
    but never used it.
  • Cufón caught my attention for its simplicity so I put it to use in a WordPress blog.

Looking for Love

Everything was peachy with Cufón—until a WP update. I tried to fix the problems, but couldn’t get the fonts to work consistently across browsers in WP 2.8. So I stripped the Cufón and replaced it with @font-face. This seemed perfect—except that my first choice font didn’t work in IE—though another font did.Talk about progressive enhancement! IE gets the substitute font with @font-face. FF, Safari, Chrome, etc. get the top choice with @font-face. Plus I have a font-stack in CSS for back-up. (And each browser renders just a little bit different.)

Argh!

And then came Typekit…ahhh…love. True love, too—not just infatuation! Put my money down for a Portfolio account. Might even spring for the Performance account soon. It’s a beautiful thing. And their font selection is very, very good.

Yet, alas…My Love has Flaws

EyeStyles couponI’m now working on client site for whom I designed the logo, signage and collateral, purchasing new fonts with commercial license, for the brand. Sadly, these fonts are not (yet?) part of Typekit’s libarary. What to do?

  • I cannot use @font-face because the EULAs do not allow redistribution—the fatal flaw of @font-face—anyone can copy/download the font from the server.
  • I can use old fashioned image replacement, but that could be problematic over time, and won’t be dynamically generated as content is changed.
  • I could use Cufón…but the EULA is grey, and vague.

Apparently, Vague Grey EULAs are the Norm.

Font foundries and distributors are having a hard time keeping up with web technologies. I wrote to MyFonts.com for help clarifying usage permission for the above-mentioned project. Specifically, I wanted to know if the commercial font license for Neubeau did or did not allow me to use Cufón. Remember, the EULA really wasn’t easy to understand. To view the license, click on commercial category.

Kudos to MyFonts for getting back to me on a weekend. But I was not impressed with their response. Here are some experts from MyFonts’ reply:

We recommend generating a graphic image for embedding to your website. Some
options you have available are Microsoft’s WEFT, which of course only works
for Windows IE users:
http://www.microsoft.com/typography/web/embedding/weft3/
Bitstream made a product called WebFont Maker which worked in IE and Netscape,
but they stopped producing that several years ago and I think
the browser support stops with Netscape 4.x

WEFT? Netscape? Huh???

To MyFonts’ credit, they did eventually offer other suggestions, like Flash and sIFR. But not until paragraph eight do they mention Cufón: “An alternate option would be Cufón:”

No…duh! Yet still, they didn’t say whether the EULA did or did not allow the use of Cufón!

And there’s the bad news: just because designers can, doesn’t mean we should, or that we’re, in fact, allowed to select and use fonts on the web based upon visual criteria. (You know, like for maintaining our clients’ brand!)

The EULAs are vague. The technology is exploding.

And designers are caught in the very grey, very murky, middle of the morass.

Postscript: March 2010

Eye Styles site

  1. I selected a combination of both Typekit (for body copy) and Cufon (for headlines & menus). See example >
  2. I did invest in full-blown Typekit performance subscription and am very pleased.
  3. I’ve set up a WordPress development site with dummy content plugin from which I can test-drive Typekit fonts and tweak my CSS/WP framework.

4 Responses to “Web Font Replacement Frustration”

Andy Gillette
January 10, 2010

I feel your pain …

I have been using Cufon a lot lately. It’s nice and slim and degrades easily to regular old CSS, and it works almost all the time (old IE doesn’t support any kind of css selectors with it, but old IE doesn’t support most of the internet, either).

My feeling is that until everybody catches up (they will) and starts finding ways to charge web designers for font usage, they’ve got shaky legal grounds for retribution. Cufon is generating images on the fly based on a font, it’s not the actual font. That’s my story, anyway, and I’m sticking to it.

Chris Olbekson
January 12, 2010

I feel your pain. MyFonts really needs to address the issue and offer a specific web embed license option. House Industries is addressing the issue and offering a specific @font-face license on a case by case basis.

Also, have you tried Font Squirrel? It’s free for commercial use and will generate an EOT, SVG, and WOFF version of any font for you and then generate the css to make it work in any browser. The WOFF compression works really well in Firefox browsers and doesn’t degrade the font at all.

Here is the link: http://www.fontsquirrel.com/fontface/generator

Catherine
January 12, 2010

Thanks, Chris!

Yes, I’ve used FontSquirrel. But the font I purchased…well…really wanted that one! Right now, I’m torn about upgrading my Typekit plan because they’re offering a lock in for early sign-ups. Big jump between Portfolio ($50/yr) and Performance ($250/yr) but they’ve snagged some top font houses, including FontFont and others.

Tough decision!

Catherine
January 12, 2010

@Andy:

Yep. That’s about what MyFonts said (the second time around). Besides, part of the generator lets you select just what URLs to where you deliver the font. Seems pretty tight to me.

And really, if you’re a font pirate, wouldn’t it make sense to get a printing job? Then you could illegally copy fonts embedded in print jobs. (Without de-coding!)

Just sayin’… ;-)

What Say You?