Search code examples
javascripthtmlcsstextcufon

reducing line height on cufon text


Having a problem reducing the line height on a Cufon heading. Using the line-height property but doesn't seem to do anything, p.s I've checked for any conflicting CSS rules, any wise words? :)

This is it http://www.warface.co.uk/clients/detail-shoppe

Its the header under the 'New' Bubble I would like to tighten up


Solution

  • Yes - you can't use line-height on Cufon unless your page DocType is set to Strict. Transitional doctypes won't work - if you're willing to change your doctype to Strict, you can play with the line-height on cufon. Bear in mind, though, that changing the doctype on a completed page may screw up your design a bit - you might have to backtrack a little to straighten things out.