阿里图标字体

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>阿里图标字体</title>
        <link rel="stylesheet" type="text/css" href="iconfont/iconfont.css"/>
        <style>
                p::before{
                    content: '\e625';
                    font-family: 'iconfont';
                    font-size: 100px;
                }
            </style>
    </head>
    <body>
        <!--    通过实体-->
            <span class="iconfont"> &#xe61c;</span>
            <span class="iconfont">&#xe622;</span>
            <span class="iconfont">&#xe623;</span>
        <!--通过类-->
            <span class="iconfont icon-qitalaji" style="font-size: 100px"></span>
            
        <!--    通过伪类-->
        <p>Hello</p>
    </body>
</html>

 

posted @ 2022-05-16 19:48  氯丙嗪  阅读(16)  评论(0编辑  收藏  举报