我们在外部样式表
中使用过 @font-face
{
font-family: "MuseoSans100";
src: url("MuseoSans_100-webfont.eot");
src: url("MuseoSans_100-webfont.eot?iefix") format("eot"),
url("MuseoSans_100-webfont.woff") format("woff"),
url("MuseoSans_100-webfont.ttf") format("truetype"),
url("MuseoSans_100-webfont.svg#webfont") format("svg");
font-weight: normal;
font-style: normal;
}
在我们的html页面中,我给出了样式表的路径。
PDF文件在我的本地,开发服务器和测试服务器上正确显示。但是当我们在预览网站上添加包时。在webfont上面生成的pdf未应用之后,我们发现了一个问题。