问题标签 [bootstrap-icons]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
bootstrap-5 - Bootstrap5 图标字体粗细
我最近直接从 3 更新到 bootstrap 5。是的,我跳过了 4。
事情是,早在 3 年,我曾经做过这样的事情。
现在,使用 bootstrap5 的图标,这是行不通的!
显然,我现在正在使用新图标。
但正如我所说,它不起作用。
为什么?有没有办法做到这一点?
html - 无法将引导图标放入 web.css 文件
我正在尝试在所有 dropbtns 的末尾添加一个引导图标,所以我想在我的 css 文件中执行此操作。我可以像 <i class="bi bi-chevron-down"></i> 这样直接在网页中添加他们的图标,但我无法让它在 web.css 中工作。它所做的只是添加一个空框,就像找不到图标一样。
他们说它的 css 是 \F282 ( https://icons.getbootstrap.com/icons/chevron-down/ )
html
<button onclick="toggleDropDown(this)" class="dropbtn">请选择一个字段</button>
网页.css
替我回答——
找到了。我必须添加字体系列