When using Firefox or Chrome, I am getting an extra blank Cufon line after each block element. (Interestingly, IE 9 and Safari for PC don't have the problem).
When I View Source on my page, I see
<p>.....</p>
<cufon class="cufon cufon-canvas" alt=" " style="width: 4px; height: 16px;"><canvas width="16" height="16" style="width: 16px; height: 16px; top: 1px; left: -1px;"></canvas><cufontext> </cufontext></cufon>
<p>....</p>
The extra cufon code appears after paragraphs, headings, and ordered/unordered lists. It does not appear between list items in ordered/unordered lists.
Any ideas why I’m getting this and how I get rid of it?