AndroidフォンのChromeブラウザで、 http://dev.belugalab.com/btmのロゴの下にある 3 つの単語が正しくレンダリングされません。ただし、同じフォントがフッターで機能しているようです。これがfont-faceに関連しているかどうかはわかりませんが、それが私の最善の推測です。これは、 Android Chromeで何が起こっているかのスクリーンショットです: http://imm.io/MgE0@font-face
CSS:
@font-face {
font-family:'intro_regular';
src: url('fonts/intro-webfont.eot');
src: url('fonts/fonts/intro-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/intro-webfont.woff') format('woff'),
url('fonts/intro-webfont.ttf') format('truetype'),
url('fonts/intro-webfont.svg#intro_regular') format('svg');
font-weight: normal;
font-style: normal
}
h2 {
font-family:'intro_regular';
font-size:31px;
font-weight:400;
color:#fff;
background:#000;
display:inline-block;
height:30px;
margin:3px 0 4px 39px;
line-height:30px;
padding:0 4px
}