码迷,mamicode.com
首页 > 其他好文 > 详细

字体图标

时间:2014-12-18 14:59:36      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   sp   for   on   div   log   

@font-face{
    font-family: "lee";
    src: url("../fonts/lee.eot");/* IE9兼容 */
    src: url("../fonts/lee.eot?#iefix") format("embedded-opentype"),
         url("../fonts/lee.woff") format("woff"),
         url("../fonts/lee.ttf") format("truetype"),
         url("../fonts/lee.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon{
    font-family: "lee";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before {
    content: "\e600";
}

 

字体图标

标签:style   blog   color   os   sp   for   on   div   log   

原文地址:http://www.cnblogs.com/leejersey/p/4171570.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!