在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;
}