首頁 > web前端 > css教學 > 主體

如何獨立於 Bootstrap 使用 Bootstrap Glyphicons?

Barbara Streisand
發布: 2024-11-03 20:53:03
原創
615 人瀏覽過

How can I use Bootstrap Glyphicons independently from Bootstrap?

Twitter Bootstrap Glyphicons CDN 返回

在最近的合併拉取請求之後,Bootstrap 著名的Glyphicons 圖標已重新整合到主存儲圖標庫中。這恢復了使用者介面設計的基本元素,因為圖示在 UI 導航和理解中發揮著至關重要的作用。

Bootstrap Glyphicons 的 CDN URL

現在的 Bootstrap 3.0 CDN託管完整的 Bootstrap 3.0 CSS,包括 Glyphicons。在HTML 中,您可以透過以下引用包含字形:

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
登入後複製

對於CSS,請使用此導入語句:

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css");
登入後複製

獨立使用字形

獨立使用字形

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
登入後複製

獨立使用字形

@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
登入後複製

獨立使用字

對於不使用整個Bootstrap 框架的項目,可以透過Bootstrap CDN 單獨引用Glyphicons。

HTML 中:

CSS 中:

<span class="glyphicon glyphicon-heart"></span>
登入後複製

其他注意事項

其他注意事項其他注意事項其他注意事項使用範例要使用心形圖示,請將.icon-heart 替換為.glyphicon-heart: 對於JavaScript元件集成,請記住單獨包含bootstrap.min.js。

以上是如何獨立於 Bootstrap 使用 Bootstrap Glyphicons?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
作者最新文章
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板