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>
posted @ 2021-06-30 16:57  vvull  阅读(88)  评论(0编辑  收藏  举报