我正面临一个奇怪的问题。
我正在使用@ font-face:
加载自定义字体@font-face {
font-family: 'AlexBrushRegular';
src: url('AlexBrush-Regular-OTF-webfont.eot');
src: url('AlexBrush-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
url('AlexBrush-Regular-OTF-webfont.woff') format('woff'),
url('AlexBrush-Regular-OTF-webfont.ttf') format('truetype'),
url('AlexBrush-Regular-OTF-webfont.svg#AlexBrushRegular') format('svg');
font-weight: normal;
font-style: normal;
}
我使用了Font Squirrel Font Face生成器,它的演示页面运行良好。
但是当我把这个css和字体放在我的应用程序(带有require.js的单页应用程序)时,页面不会呈现。正确加载字体(请求200 OK):
我认为这是与Chrome相关的问题,因为它适用于Safari。
我尝试在没有本地服务器的情况下加载我的页面:file:///www/index.html,它可以在Chrome中运行。
赞赏任何投入。
感谢。
巴尔
答案 0 :(得分:0)
似乎已修复当前版本的Chrome