如何在bootstrap中修改字体系列

时间:2016-06-03 10:33:03

标签: css twitter-bootstrap fonts

我目前正在尝试更改bootstrap中设置的默认字体系列。因为我当前的CSS代码被以下脚本覆盖:scaffolding.less。

enter image description here

enter image description here

如上所示,第一个输出显示了scaffolding.less覆盖的文本。

enter image description here

enter image description here

上面的测试显示了在chrome dev工具中删除css行后的正确文本字体。

我想知道如何在CSS中实现它?

当前代码:

<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" type="text/css">
    <style>
html {
    font: normal 400 1em/1 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}
</style>

1 个答案:

答案 0 :(得分:1)

你应该进入你的boostrap文件bootstrap.min.css找到font-family并把它放到你想要的那个..