Hello everybody,
I have been looking for help for hours now an I cannot solve my problem. I have implemented sIFR3 in a website for headlines, but the uppercase characters such as "S" and "C" or special characters lieke "Ä" or "Ü" for example are cut off.
I found a workaround tutorial here:
http://blog.unity.fr/articles/sifr-accented-character-bug-fix-en
but there seems to be something wrong with my sifr-config.js
Now my text looks like:
<p class="accentfix"> </p><p class="sIFR-root">NEU: Partnerpreise</p>
And here is js:
css: ['.sIFR-root { ... }',
'.accentfix{display:block; font-size:1; leading:5; }' ]
});
Hopefully there is someone who can help …
Best regards!