@font-face を初めて使用しようとしましたが、機能しません 誰かこの問題を解決するのを手伝ってくれませんか なぜこのスクリプトが機能しないのですか
<style>
@font-face{
font-family: myfont;
src: url('entypo.eot');
src: url('entypo.eot?iefix') format('eot'),
url('entypo.woff') format('woff'),
url('entypo.ttf') format('truetype'),
url('entypo.svg#helvetica') format('svg');
font-weight: normal;
font-style: normal;
}
div {
font-family: myfont;
}
</style>
</head>
<body>
<div>
sdfdfdsfsdf
</div>