在http://goo.gl/NNMZp我发现了一个带有中文字符的@ font-face工具包...所有需要的文件和css代码都在服务器上。但我仍然会得到拉丁字符......'DHG'> http://www.centrumvoorchinesegeneeswijzen.nl/txp/
我该怎么做才能让它发挥作用?
<h1><span>DGH</span><txp:site_name /></h1>
h1 span {
font: 1em/100% DFXingShuMedium1B;
padding-right: 40px;
}
@font-face {
font-family:'DFXingShuMedium1B';
src:url('DFXSM1B.eot?') format('eot'),
url('DFXSM1B.woff') format('woff'),
url('DFXSM1B.ttf') format('truetype'),
url('DFXSM1B.svg#DFXingShuMedium1B') format('svg');
font-weight:normal;
font-style:normal;
}
答案 0 :(得分:0)
据我所知,在服务器上安装中文字体会带来很多麻烦。他们中的大多数都很重(超过3 MB),并且不可能找到一个生成器(Font Squirrel只允许2 MB上传),它将生成所有必需的文件(.ttf,eot,woff,...)
所以我必须制作一张图片......