Я скачал шрифт с этого сайта:
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-файл и мой файл шрифта совпадаюткаталог.
Почему я все еще вижу шрифт по умолчанию?