【发布时间】:2014-10-08 05:46:33
【问题描述】:
为什么在 FF 文本中(左)比在 Chrome 和 Opera(右)中小? (字体为 Times New Roman Cyrillic,文字为俄语)
HTML:
<div class="content block_width">
<p>
text
<p>
</div>
CSS:
.block_width{
width: 1000px;
}
div.content{
background-color: #F0F5F7;
margin-top: 10px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align:left;
}
p {
font-family: "Times New Roman Cyr";
font-weight: normal;
font-style: italic;
font-size: 16px;
color: #636262;
}
【问题讨论】:
-
使用 normalize.css : necolas.github.io/normalize.css