引用线上字体库

在这里插入图片描述

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
        div{
     
     
            font-family: 'Hanalei Fill', cursive;
            font-size: 100px;
        }

    </style>
    <link href="https://fonts.font.im/css?family=Hanalei+Fill" rel="stylesheet">
</head>
<body>
    <div>
        div - 中文
    </div>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/gy99csdn/article/details/113915566
今日推荐