I am trying to force small-caps effect on my company's website and everything works great except in Firefox (nevermind version).
Firefox renders Roboto and any other font properly - no problems with language-specific characters as long as font includes the charset, but as soon as I use Roboto Condensed - Firefox renders all chars as if they were small - even big are turned into small-caps, language specific chars are messed - no transform, or transforming small to big...
Website itself is not a problem, any live HTML/CSS tester gives the same effect:
<body>
<p>Lorem Ipsum dołor sił Łamet</p>
<p class="workingInFF">Lorem Ipsum dołor sił Łamet</p>
<p class="notWorking">Lorem Ipsum dołor sił Łamet</p>
</body>
https://jsfiddle.net/12ks6xd8/
Chrome does the job properly, as well as many IEs.