【发布时间】:2018-10-06 08:29:07
【问题描述】:
我正在查看 html 元素的字体大小,它说:10px。它声称它来自引导程序(v3)。
果然,在 bootstrap.css 中,我看到了以下内容:
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
根据我的read,默认大小应为 14 像素。我问的原因是我已经开始使用rem 单位并且一切看起来都非常小,因为基本字体很小。
我错过了什么?
【问题讨论】:
-
正文字体大小为14px:github.com/twbs/bootstrap/blob/v3.3.7/dist/css/…
-
我想让数学变得简单
标签: html css twitter-bootstrap twitter-bootstrap-3