Live data from Hacker News

Lettering.js - A jQuery plugin for radical web typography.

letteringjs.com

1–10 of 15 posts

Re: Lettering.js - A jQuery plugin for radical web typography.

#2
This is one of the linked example sites:

http://www.danhigbie.com/

Firebug says the font pack from Typekit is over 575kb. That's a lot of bytes to add to your pageload, and (in Firefox at least) it causes noticeable page redrawing as the font files are loaded.

So, while this is neat, I'd probably still go with a simple png file for things like site logos.

(I realize this is more of a critique of Typekit than the jQuery plugin; the plugin itself comes in at under 1kb.)

Re: Lettering.js - A jQuery plugin for radical web typography.

#3

This is one of the linked example sites: http://www.danhigbie.com/ Firebug says the font pack from Typekit is over 575kb. That's a lot of bytes to add to your pageload, and (in Firefox at least) it causes noticeable page redrawing as the font files are loaded. So, while this is neat, I'd probably still go with a simple png file for things like site logos. (I realize this is more of a critique of Typekit than the jQue…

No redrawing was observed while viewing in Chrome 9.0.597.16

Re: Lettering.js - A jQuery plugin for radical web typography.

#5
post #3

This is one of the linked example sites: http://www.danhigbie.com/ Firebug says the font pack from Typekit is over 575kb. That's a lot of bytes to add to your pageload, and (in Firefox at least) it causes noticeable page redrawing as the font files are loaded. So, while this is neat, I'd probably still go with a simple png file for things like site logos. (I realize this is more of a critique of Typekit than the jQue…

No redrawing was observed while viewing in Chrome 9.0.597.16

Webkit based browsers don't show the text before the @font-face font is loaded. You can achieve the same effect in Firefox and Opera by using WebFont Loader: http://24ways.org/2010/using-the-webfont-loader-to-make-brow...

Re: Lettering.js - A jQuery plugin for radical web typography.

#6
post #3

This is one of the linked example sites: http://www.danhigbie.com/ Firebug says the font pack from Typekit is over 575kb. That's a lot of bytes to add to your pageload, and (in Firefox at least) it causes noticeable page redrawing as the font files are loaded. So, while this is neat, I'd probably still go with a simple png file for things like site logos. (I realize this is more of a critique of Typekit than the jQue…

No redrawing was observed while viewing in Chrome 9.0.597.16

[deleted]

Re: Lettering.js - A jQuery plugin for radical web typography.

#10
post #9

Personally, I much prefer Cufon -- http://cufon.shoqolate.com/generate/ . It has less features, but works much better for basic typography.

Cufon is great, but this something for manipulating individual characters.

we used cufon for the last few years. looking to switch now since google preview doesn't support canvas and you end up with screenshots with no text
Post reply on HN