I've assigned my cufon type to h1,h2,default, but I'm having a hard time cufon-ing my widget/sidebar headings. This is the code from my style.css:
#sidebar .widgetheading h2 {
display: inline;
padding: 3px 10px;
background: transparent;
font-family: Arial, Helvetica, sans-serif;
color: #696969;
font-size:16px;
text-decoration:none;
text-transform:uppercase;
}
Has anyone experienced this issue?