I have integrated sIFR3 and it shows perfectly in my home page but not on any other pages. I never changed anything only the name of the font.
Here is my sifr-config.js:
sIFR.replace(helvetica, {
selector: 'h3', wmode:"transparent",
css: '.sIFR-root { color: #ffffff; font-size:18px; margin:0; padding:0;}'
});
sIFR.replace(helvetica, {
selector: 'h2', wmode:"transparent",
css: '.sIFR-root { color: #5b2e13; font-size:31px; margin:0; padding:0;}'
});