BootStrap框架原生圖標
- 在導入BootStrap包的同時,導入bootstrap-3.3.7-dist/css/bootstrap.css層疊樣式;
-
<button type="button" class="btn btn-success glyphicon glyphicon-remove">編輯</button>
Font Awesome圖標的使用
- 在http://www.fontawesome.com.cn/網站上下載
ctrl + f可在網頁上查詢
- 將圖中的文件導入所在Html文件中:
-
<link rel="stylesheet" href="css/font-awesome.css">
-
<link rel="stylesheet" href="../bootstrap-3.3.7-dist/css/bootstrap.css">
-