I am using three Google Web Fonts:
<link href='http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
Bad Script and Roboto are rendering correctly, but Roboto Condensed doesn't render in some places, instead there is Times New Roman.
There is no problem in CSS, because Google Chrome shows correct font-family at Matched CSS Rules.
In addition i cleared font cache in Windows and browser and reinstalled default fonts in Windows.
On another PC and in different browsers it renders correctly.
Is there anyone stuck with the same problem?