ana*_*ana 18 css fonts css3 font-face
我从这个网站下载了字体:
http://www.fontsquirrel.com/fonts/Hattori-Hanzo
这是我的代码:
<style type="text/css">
@font-face {
font-family: 'HattoriHanzoLight';
src: url('hattori_hanzo.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body style='font-family: HattoriHanzoLight; font-size: 19px;'>
content
</body>
Run Code Online (Sandbox Code Playgroud)
我的html文件和我的字体文件在同一目录中.
为什么我仍然会看到默认字体?
| 归档时间: |
|
| 查看次数: |
364 次 |
| 最近记录: |