Hi,
Is there any particular reason why you've commented jQuery out? Cufón
needs jQuery's selector engine for older browsers. Or if you're
worried about file size, you can use a stand-alone selector engine
such as
http://sizzlejs.com/. It should work just fine after that.
Also, there's a possibility that some characters may not be shown
properly because you're using ISO-8859-1 instead of UTF-8. But if it
works for you I guess it's OK. Just keep this in mind if you ever spot
a funny character on your site.
Simo