bootstrap怎么引入fonts文件

2025-06-21 19:29:05
推荐回答(1个)
回答1:

在页面上要使用你定义的字体,否则不会生效
@font-face
{
font-family:
'glyphicons
halflings';
}
定义字体为:glyphicons
halflings
要引用该字体
*
{
font-family:"glyphicons
halflings",
"microsoft
yahei"
!
important;
}