我从这个网站下载了字体:
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>
我的html文件和我的字体文件位于同一目录中。
为什么我仍然会看到默认字体?
答案 0 :(得分:19)
这段代码对我有用,所以唯一不行的方法是因为你要么;