这些图标是否缺少Bootstrap图标Web字体,还是我做错了什么?

发布于 2025-02-01 10:36:40 字数 581 浏览 3 评论 0原文

我正在将Web字体用于Bootstrap图标,而我的大多数图标都在起作用,但是网站上列出了一些似乎不包含在Web字体中。其中包括:Bi-Envelope-Plus,Bi-Quote和Bi-Mortarboard。我正在使用 https:/https:/https:/https:/ /CDN.JSDELIVR.NET/NPM/< SPAN class =“ __ cf_email__” data-cfemail =“ E78588888939493949497CA8E84888888888888888888888888888888888888888888888999D6C9D22C9D2C9D7” s :

<i class="bi bi-envelope-plus"></i>

网络字体中未包含一些图标,还是我发疯了?该网站提供了语法将其与Web字体一起使用。

I'm using the web font for Bootstrap Icons, and most of my icons are working, but there are a few which are listed on the website that don't seem to be included in the web font. These include: bi-envelope-plus,bi-quote and bi-mortarboard. I'm using the CDN from https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css and including them as follows:

<i class="bi bi-envelope-plus"></i>

Are some of the icons not included in the web font, or am I going crazy? The website provides the syntax to use them with the web font.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偏爱自由 2025-02-08 10:36:40

使用Bootstrap site

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

工作示例

Use the latest CDN from Bootstrap site

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

Working Example

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文