我正在调试this website。出于某些原因,在IE9上,字体大小正常加载,然后在所有内容加载后收缩。
造成这种情况的原因是什么以及如何解决?我已经使用IE9检查器进行了双重检查,并且CSS中的body
似乎缺少px值。
这是我通过IE9检查员看到的内容:
CSS应为:
body {
color: #555;
font-family: "Avenir LT W01_55 Roman1475520", Helvetica, Arial, sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.875;
font-weight: normal;
}
答案 0 :(得分:0)
显然IE9内置了font-size: 100%
body
以及html
。为font-sizes
代码设置p
。