Has anyone found a workaround for this? Line-height doesn’t seem to register with cufons..
- Has been a member for 2-3 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Exclusive Author
- Author was Featured
- Sold between 250 000 and 1 000 000 dollars
- Bought between 10 and 49 items
- Referred between 10 and 49 users
- Has been a member for 2-3 years
- Helped protect Envato Marketplaces against copyright violations
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Contributed a Tutorial to a Tuts+ Site
- Author had a Free File of the Month
- Item was Featured
- Exclusive Author
- Author was Featured
- Sold between 50 000 and 100 000 dollars
- Bought between 10 and 49 items
- France
- Referred between 10 and 49 users
In the “known issues that will not be fixed”, it’s written “All browsers: line-height may not behave as expected under non-strict doctypes.”
Maybe you’ve already read this and also this but you can have a look here
Good luck !
- Has been a member for 2-3 years
- Exclusive Author
- Sold between 100 and 1 000 dollars
- Bought between 10 and 49 items
- Europe
- Referred between 100 and 199 users
Thanks for the links! I tried the solutions and strict XHTML but I still can’t get it to work.. Maybe it has to do with the font-size set to 100px?I suspect
<?php wp_head(); ?>might be the reason?
I’m not sure why tho…
<?php wp_head(); ?> is just a hook so plugins and other dependables know where to load in your document header.
Now back to Cufon: said it a gazillion times before…. @font-face won’t give you headaches
and it won’t bloat your code with one canvas element per word
and it’s supported by all(most all) browsers, starting with IE4 …
- Has been a member for 2-3 years
- Exclusive Author
- Sold between 100 and 1 000 dollars
- Bought between 10 and 49 items
- Europe
- Referred between 100 and 199 users
two quick google results:
http://www.devlounge.net/design/five-tips-for-using-font-face
http://css-tricks.com/snippets/css/using-font-face/
Have fun!
jdaggett/demos/simplefontface.html”>http://people.mozilla.org/jdaggett/demos/simplefontface.html
not sure why that’s happening to the link..
- Has been a member for 2-3 years
- Exclusive Author
- Sold between 100 and 1 000 dollars
- Bought between 10 and 49 items
- Europe
- Referred between 100 and 199 users
Thanks!![]()
I might be wrong but It appears that Explorer doesn’t support @font-face?
I was looking at a sample page using @font-face and explorer displays default font.
IE supports @font-face from version 4 as far as I remember – you just need a different format for older IEs.
For example, I use IE8 and have used a TTF font with no problems
I think you need EOT or something like that for older IEs – google is your friend 
