饿呕吐eot文字调用的css写法

来源:互联网 发布:mysql 导出insert语句 编辑:程序博客网 时间:2024/04/27 18:01

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>1</title>
<style type="text/css">
@font-face {
 font-family: hyxf;
 src:url(hyxf.eot);
}
*{background:#FFF}
.border { FONT-SIZE: 35px; COLOR: black; FONT-FAMILY: "hyxf" }
</style>
</head>

<body>
<span class="border">中国人民撒号ihfdsif</span>
</body>
</html>

 

原创粉丝点击