I have the sIFR module partially working. It shows the proper font, but it does not show the proper text. Instead it shows the font name followed by "generated by sIFRGeneratorcom".
Also the optional variables for the color etc. are not working--I thought they might once the rest was straightened out. Here is the code I included in my Page.php:
Sifr::replaceElement(".claritty", "claritty",
'sColor:"#ffffff",
sBGColor:"#444444",
sHoverColor:"#000000"'
);
Sifr::loadSifr();
Thanks!!