firefox字体渲染问题/问题

时间:2010-12-22 19:43:42

标签: firefox google-chrome fonts safari rendering

也许有人有一个想法为什么这种情况正在发生?以及如何修复呢?

alt text

p  
{ 
   display: block; 
   margin: 1em 0px;
}

p.description 
{
   color: #969797;
   font-family: Calibri, sans-serif;
   font-size: 15px;
   font-style: normal;
   font-weight: lighter;
   letter-spacing: -0.05em;
   line-height: 1em;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   word-spacing: 0em;
}

2 个答案:

答案 0 :(得分:0)

Safari和Chrome使用Webkit,也许就是这样......

答案 1 :(得分:0)

你的意思是为什么FF显示大胆的东西?

我想看看你的代码......

但是,特殊字符通常有点棘手。如果您的字符编码类型设置不正确,或访问者没有安装正确的字体,浏览器可能只选择另一种看起来像它的字体。

浏览器之间的差异是由Webkit引起的(至少我认为如此)。