vote up 0 vote down star

I'm using Cufon ( http://wiki.github.com/sorccu/cufon/about ) to use special fonts in my website. But when I apply line-height in CSS, it doesn't affect my Cufon fonts. But in IE it does work. What could be reason for this behaviour?

flag

76% accept rate
You say it works in IE; does it fail in Firefox and Webkit-based browsers? – Scott McMillin Sep 21 at 13:25
Yes, in Firefox and Safari it doesn't work at all... – newbie Sep 21 at 13:54

1 Answer

vote up 0 vote down

The doctype needs to be strict for line-height to work correctly.

link|flag

Your Answer

Get an OpenID
or

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