首页 > 其他 > 详细

iconfont 使用

时间:2015-12-01 12:26:10      阅读:325      评论:0      收藏:0      [点我收藏+]

 

1、获取在线地址【进入iconfont网站图标管理】

技术分享

技术分享

技术分享

 

使用方法:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
    @font-face {
      font-family: ‘iconfont‘;
      src: url(‘http://at.alicdn.com/t/font_1448938185_4262772.eot‘); /* IE9*/
      src: url(‘http://at.alicdn.com/t/font_1448938185_4262772.eot?#iefix‘) format(‘embedded-opentype‘), /* IE6-IE8 */
      url(‘http://at.alicdn.com/t/font_1448938185_4262772.woff‘) format(‘woff‘), /* chrome、firefox */
      url(‘http://at.alicdn.com/t/font_1448938185_4262772.ttf‘) format(‘truetype‘), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url(‘http://at.alicdn.com/t/font_1448938185_4262772.svg#iconfont‘) format(‘svg‘); /* iOS 4.1- */
    }
    .iconfont{font-family:"iconfont";font-size:40px;font-style:normal;}
    .icon-arrowdowncircle:before{content: ‘\e601‘;}
</style>
</head>
<body>
    <span class="iconfont">&#xe601</span>
    <span class="iconfont icon-arrowdowncircle"></span>
</body>
</html>

如下图所示:

技术分享

 

iconfont 使用

原文:http://www.cnblogs.com/baixc/p/5009472.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!