bootstrap的图标字体怎么用啊

<html>
<head><title></title>
<link href="js/bootstrap-3.3.5/dist/css/bootstrap.CSS" rel="stylesheet" type="text/css">
<link href="Font-Awesome-3.2.1/css/font-awesome.CSS" rel="stylesheet" type="text/css">
<style>

d1{width:500px;height:300px;background:#ccc;}

</style>
</head>
<body>
<i class="fa fa-wrench" aria-hidden="true"></i><h1 class="btn btn-success btn-large">hello word !</h1>
<scrpt src="js/bootstrap-3.3.5/dist/js/jquery-1.7.js"></script>
<scrpt src="js/bootstrap-3.3.5/dist/js/bootstrap.js"></script>
</body>
</html>
已邀请:

小落

赞同来自: 透过__

你需要把fonts文件放在bootstrap.min.css相同路径里面,也就是说你bootstrap。css文件目录在a文件夹里面,你就必须把fonts图标文件夜访a文件夹里面!!然后<h1 class="btn btn-success btn-large">hello word !</h1>这个图标才能正常显示

小落

赞同来自: 透过__

补充一下上么那个在中文网里面找到对应图标 http://v3.bootcss.com/components/
<h1 class="btn btn-success btn-large">
<span class="glyphicon glyphicon-asterisk"></span>
hello word !</h1>
必须注意图标最好用span 然后是class=“glyphicon glyphicon-asterisk”

要回复问题请先登录注册