@ font-face HattoriHanzoLight不起作用

时间:2011-11-24 16:31:55

标签: css css3 fonts 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>

我的html文件和我的字体文件位于同一目录中。

为什么我仍然会看到默认字体?

1 个答案:

答案 0 :(得分:19)

这段代码对我有用,所以唯一不行的方法是因为你要么;

  • 文件权限不正确
  • 该文件(来自存档的大写,而不是代码中没有)
  • 您从具有invisible character
  • 的来源进行复制和粘贴