CSS使用自定义字体(@font-face)
<head>
<style>
@font-face {
font-family: 'Century Gothic';
src: url('/Content/font/Century Gothic.ttf') format('truetype');
}
</style>
</head>
<body style="font-family: 'Century Gothic';">
</body>