フォント面とキリル文字に問題があります。OS Xのブラウザで表示すると、フォントは正しくレンダリングされますが、Windows 7マシン(クロムなど)で表示すると、フォントはレンダリングされません。
フォントはFontSquirrelを介して配置されており、ファイルに付属しているデモも失敗します。
フォント面css:
@font-face {
font-family: 'open_sansregular';
src: url('opensans-regular-webfont.eot');
src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('opensans-regular-webfont.woff') format('woff'),
url('opensans-regular-webfont.ttf') format('truetype'),
url('opensans-regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}
これが私の問題の本当に基本的な例です。http://joshmahony.com/font_test/opensans-regular-demo.html
編集:リンクを更新して、フォントが新しいローマン時代にフォールバックし、キリル文字がフォールバックしていることを示すためにいくつかの英語の文字を追加しました。