css – 使用bootstrap渲染打开goans web字体?

前端之家收集整理的这篇文章主要介绍了css – 使用bootstrap渲染打开goans web字体?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试使用谷歌网络字体打开sans与bootstrap.

我正在加载字体:

我有一个site-specific.css,在bootstrap之后加载.我试过了:

.body { font-family: 'Open Sans',sans-serif;}

并且:

.bootstrap-container *,.bootstrap-container body,.bootstrap-container td,.bootstrap-container tr,.bootstrap-container div,.bootstrap-container p,.bootstrap-container form,.bootstrap-container input,.bootstrap-container select,.bootstrap-container textarea,.bootstrap-container font {
font-family: 'Open Sans',sans-serif;
}

但似乎无论我使用什么类选择器,字体都不会渲染,而是继承引导字体.我不知道如何调试这个.

解决方法

如果你没有改变Bootstrap的核心文件,我会让你自己更容易并使用他们的“自定义功能.将字体名称放入后重新下载,并用新的自举文件替换现有的引导程序文件.

你可以在这里自定义它:

http://getbootstrap.com/customize/

这样做至少可以确保你不会错过任何东西……请尽量避免使用!如上所述重要(除非你真的需要).希望有帮助吗?

原文链接:https://www.f2er.com/css/215138.html

猜你在找的CSS相关文章