码迷,mamicode.com
首页 > Web开发 > 详细

Bootstrap——网站添加字体图标

时间:2017-05-20 15:27:50      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:trap   url   font-face   tca   style   div   log   type   ie9   

@font-face {
  font-family: ‘itcast‘;
  src: url(‘../font/MiFie-Web-Font.eot‘) format(‘embedded-opentype‘), url(‘../font/MiFie-Web-Font.svg‘) format(‘svg‘), url(‘../font/MiFie-Web-Font.ttf‘) format(‘truetype‘), url(‘../font/MiFie-Web-Font.woff‘) format(‘woff‘);
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: itcast;
  font-style: normal;
}

.icon-uniE907:before{content:"\e907"; font-size:30px; color:#f40;}

 

Bootstrap——网站添加字体图标

标签:trap   url   font-face   tca   style   div   log   type   ie9   

原文地址:http://www.cnblogs.com/xiaomifeng/p/6882149.html

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