我在此站点上使用 DINNextLTPro-Medium 字体,并注意到 Safari 6 和 Chrome (mac) 与世界其他地方(Safari 5 mac/win、Chrome win、Firefox win、Opera win.. .)。
以下是带有 Safari 6 的 Mac 上发生的情况:
在 Safari 5 上获胜:
这是我的 css 文件中的字体调用:
@import url("//hello.myfonts.net/count/259bc7");
@font-face {
font-family: 'DINNextLTPro-Medium';
src: url('fonts/259BC7_0_0.eot');
src: url('fonts/259BC7_0_0.eot?#iefix') format('embedded-opentype'),
url('fonts/259BC7_0_0.woff') format('woff'),
url('fonts/259BC7_0_0.ttf') format('truetype')
}
body,input,button,textarea {
font-family: DINNextLTPro-Medium, Helvetica, Arial, sans-serif; border:none;
font-size: 16px; line-height: 24px;
font-weight: normal;
font-style: normal; }
这一切都来自 myfonts,它与我习惯的 fontsquirrel 声明非常相似,它以工作得很好而闻名。
问题是,有人对此有所了解吗?我知道很难在不同的浏览器上获得相同的渲染,但在这里,它看起来非常大胆。
编辑#1:这是否是由从 Vimeo(flash)加载的视频引起的?