我已经在我的网站上尝试过这段代码。
<style type="text/css">
@font-face {
font-family: Eurostyle;
src: url(http://www.theamazingmonth.pusku.com/eurostyle.ttf);
font-weight:700;
}
euro {
font-family: Eurostyle, Helvetica, Arial, sans-serif;
font-size: 24px;
}
@font-face {
font-family: Ebrima;
src: url(http://www.theamazingmonth.pusku.com/ebrima.ttf);
font-weight:700;
}
ebrima {
font-family: Ebrima;
font-size: 15px;
}
但它似乎无法正常工作!我使用 Dreamweaver 实时测试我的代码。在 dreamwever 上它可以工作,但在 Chrome 上却不行!可能是什么问题呢?您可以在 theamazingmonth.pusku.com 上查看该网站。
提前致谢!