I'm using WP-Cufon for font replacements. It's adding extra cufon canvas out side of p tags in my page, which is seriously messing up my layout. The URl is this http://doscasas.com.mx/dev/ . But it shows alright in IE!!! Why is it happening? How can I solve it? I'm having same kind of problem with all-in-one cufon plugin too.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
I think this is more a Cufon problem than a Wordpress one, you should check out the documentation and support at Cufon. |
|||
|
|
I used to use cufon until I found a better way of dealing with custom fonts. This issue you are having is a cufon problem not WordPress. I'd look at using @font-face in CSS instead of replacement techniques. Font Squirrel is a good place to get fonts to use on your site and has a generator tool to make all the css code and different font formats for you. Unfortunately this isn't a WP plugin but shouldn't be too hard to get this into your theme. |
||||