来自Twitter Bootstrap CSS的以下代码:
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
将我的所有页面字体(在CSS中指定,例如,字体大小:.85em)减少65%。
Bootstrap将所有字体大小减少到65%的目的是什么?覆盖这个的好习惯是什么?
答案 0 :(得分:0)
这不在默认的bootstrap css
中https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css
html{
font-family:sans-serif;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%
}