Front-end development tool to customize Iconfont icon

Front-end development will inevitably encounter many places that need pictures to display. In the past, we would use img, background, and font files to realize pictures. I use bootstrap, but because the front-end relatively popular bootstrap font library is too small to meet our needs, many times we Will use the http://www.iconfont.cn/search provided by Ali to find pictures and customize the

text of the
iconfont




file
Car download code
[/size]



3. Use


Import the generated <link rel="stylesheet" href="iconfont.css">
 <ul class="icon_lists clear">  
                <li>
                <i class="icon iconfont icon-wode"></i>
                    <div class="name">我的</div>
                    <div class="fontclass">.icon-wode</div>
                </li>
            
                <li>
                <i class="icon iconfont icon-wode1"></i>
                    <div class="name">我 的</div>
                    <div class="fontclass">.icon-wode1</div>
                </li>
 </ul>


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326489165&siteId=291194637