我可以提供一些帮助。我试图让我的页面显示在Firefox中与在Chrome中一样。该页面使用了谷歌的导入字体,我无法强迫它看起来像是一样。
Left is Google Chrome and right (how it is supposed to be) Firefox
我现在不知道要解决它。 受影响的CSS:
#big_header{
display: inline-block;
text-align: center;
margin-top: 40px;
margin-bottom:30px ;
background-color: #858585;
padding: 20px;
padding-top: 0px;
padding-bottom: 0px;
font-family: exocet;
font-size: 8em;
line-height: 100%;
text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF;
color: white;
white-space: nowrap;
}
#big_header::first-line{
font-size: 180%;
}
这里使用的Google字体:
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
我希望你们中的一些人可以帮助我:)。