How to detect Webfont support with Modernizr and push the Cufon instead if it doesn’t? I am essentially using 90% of Google Web Font packages, the other 10% are the packages from FontSquirrel.
I want to rely on Webfonts if supported because those words are indexable and SEO friendly but if that’s those are not supported I still want to render the right font which Cufon does great.
Basically every browser has @font-face support: http://caniuse.com/#search=font
So you really don’t need a cufon fallback.
That said.. it’s:
But really, you don’t need to use Cufon at all.