<html>
<head>
<style>
.wenzi{
width:200px
height:100px
border:1px solid #f00
font-family:"宋体" //这是只是举例,字体你可以自行去设定
}
</head>
<body>
<div class='wenzi'>
<p>我的数据</p>
</div>
</body>
</html>
http://www.fontsquirrel.com/tools/webfont-generator在线字体转换,你会需要的,通常下载下来的字体确实只有一种,我们需要通过其他工具转换得到我们需要的兼容其他浏览器的字体格式
www.w3cplus.com/content/css3-font-face
参考博客,相信你更需要~~
C:\Documents and Settings\******\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache另外一个方法直接找到字体下载地址,如果是window系统按F12 打开开发人员模式, 点resources 然后左边的点开就找到了网站所加载的所有资源了,点右键复制链接地址 用迅雷啥下载就可以了