<html>
<head>
<style>
@font-face {
font-family: myFirstFont;
src: url(sansation_light.woff);
}
* {
font-family: myFirstFont;
}
</style>
</head>
<body>
<h1>@font-face 规则</h1>
<div>
使用 CSS,网站可以使用预先选择的“web-safe”网络安全字体以外的字体。
</div>
<p><b>注意:</b> Internet Explorer 8 及更早版本不支持@font-face 规则。</p>
</body>
</html>