在http://goo.gl/NNMZp我找到了一個帶有中文字符的@ font-face工具包...所有需要的文件和css代碼都在服務器上。但是我還是拉丁字符......「DHG」>http://www.centrumvoorchinesegeneeswijzen.nl/txp/@ font-face和漢字......如何?
我有什麼做的就是這個工作?
<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;
}
我以前也面臨着問題,但經過仔細檢查,我發現這個問題是我的字體。你嘗試過其他字體嗎? – Tarun 2012-04-19 09:05:55
@Tarun:看到其他的意見和答案... – redfox 2012-04-20 07:00:26