我从这个网站下载了这个字体:
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>
为什么我仍然看到默认字体?