我第一次尝试使用@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>