在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
}