您的@font-face 似乎将字体系列命名为“helvetica_neueregular”,我没有看到为您的导航设置的字体,但如果您添加“helvetica_neueregular”,它会在其他任何地方加载字体。至于浏览器一致性在 Chrome 开发工具中,您似乎缺少一些字体浏览器类型来提供完整的浏览器支持。
http://inauguralseason.com/wp-content/themes/twentyeleven/style.css
@font-face {
font-family: 'helvetica_neueregular';
src: url('helveticaneue-medium-webfont.eot');
src: url('helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'),
url('helveticaneue-medium-webfont.woff') format('woff'),
url('helveticaneue-medium-webfont.ttf') format('truetype'),
url('helveticaneue-medium-webfont.svg#helvetica_neueregular') format('svg');
font-weight: normal;
font-style: normal;
}
编辑:这是加载中等字体,但它称为常规只是更改为 'helvetica_neuemedium'