阿里图标字体


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">span>
            <span class="iconfont">span>
            <span class="iconfont">span>
        
            <span class="iconfont icon-qitalaji" style="font-size: 100px">span>
            
        
        <p>Hellop>
    body>
html>