我想渲染 segoeuilight 字体。我正在渲染它: -
/*Font Face*/
@font-face
{ font-family: 'SegoeUI-Light'; src: url('segoeuilight.eot'); src: url('segoeuilight.eot?#iefix') format('embedded-opentype'), url('segoeuilight.woff') format('woff'), url('segoeuilight.ttf') format('truetype'), url('segoeuilight.svg#segoeuilight') format('svg'); font-weight: normal; font-style: normal }
@font-face
{ font-family: 'SegoeUI'; src: url('segoeui.eot'); src: url('segoeui.eot?#iefix') format('embedded-opentype'), url('segoeui.woff') format('woff'), url('segoeui.ttf') format('truetype'), url('segoeui.svg#segoeui') format('svg'); font-weight: normal; font-style: normal; }
/*---------*/
这在所有浏览器上都可以正常工作,但不能为 firfox 渲染字体。它给 Firefox 一个错误:- NetworkError: 404 Not Found - segoeuilight.woff"
我已经放置了这个文件,我可以在我的位置看到这个文件。需要帮助才能使其在 Firefox 上运行。
谢谢