@font-face {
font-family: “Limon S5”;
/* Point to Borg due to crossdomain */
src: url(http://learning.chinese.cn/ls5.eot); /* For IE */
src: local(“Limon S5”), url(http://learning.chinese.cn/lmns5.ttf);
font-family: “Daunpenh”;
/* Point to Borg due to crossdomain */
src: url(http://learning.chinese.cn/dh.eot); /* For IE */
src: local(“Daunpenh”), url(http://learning.chinese.cn/daunpenh.ttf);
font-family: “khmeros”;
/* Point to Borg due to crossdomain */
src: url(http://learning.chinese.cn/kkk.eot); /* For IE */
src: local(“khmeros”), url(http://learning.chinese.cn/kkk.ttf);我没有用过这种加载字体的方法,特别搜索了一下。然后了解其原理。希望对自己和大家都有帮助。简单概念:http://www.php100.com/manual/css3_0/@font-face.shtml