我正在尝试使用带有引导程序的 google web fonts open sans。
我正在加载字体:
我有一个在引导后加载的 site-specific.css。我试过了:
.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;
}
但似乎无论我使用什么类选择器,字体都不会呈现,而是继承了引导字体。我不确定如何调试它。