TrustDataSpace/vendor/bootstrap/bootstrap-icons.min.css
sichan d267174852 初始化项目结构
- 创建基础HTML页面布局
- 添加医疗场景页面
- 设置基本页面导航结构"
2025-01-03 09:41:43 +08:00

14 lines
344 B
CSS

@font-face {
font-family: "bootstrap-icons";
src: url("fonts/bootstrap-icons.woff2") format("woff2"),
url("fonts/bootstrap-icons.woff") format("woff");
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
font-family: bootstrap-icons !important;
/* 其他样式保持不变 */
}
/* 其他图标样式保持不变 */