目前,我正在使用@ font-face实现大约五种不同的字体。声明的语法是正确的。我正在测试Firefox,Chrome和IE 8-10。我不是在任何时候使用'localhost'访问页面。
场景:使用www.dev.site.com/page从服务器访问页面
场景:使用www.dev.site.com/page从外部服务器访问页面
这很奇怪,因为我没有使用localhost来访问该网站。我添加了网络服务以完全控制目录,这似乎没有帮助。
发生了什么,我该如何解决?
@font-face {
font-family: 'sf_movie_posterregular';
src: url('../fonts/customtitle-webfont.eot');
src: url('../fonts/customtitle-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/customtitle-webfont.woff') format('woff'),
url('../fonts/customtitle-webfont.ttf') format('truetype'),
url('../fonts/customtitle-webfont.svg#sf_movie_posterregular') format('svg');
font-weight: normal;
font-style: normal;
}