【问题标题】:Font of page title appears different on browsers in Windows and on Linux页面标题的字体在 Windows 和 Linux 的浏览器上显示不同
【发布时间】:2009-11-13 15:35:09
【问题描述】:

在我的 wordpress 博客上,页面标题在 windows 和 linux 中的显示方式不同。在 Firefox 的 Linux 上,它看起来很流畅,但在 Firefox 和 IE 的 Windows 上,它有粗糙的边缘。在 Windows 上,它显示为 http://img691.imageshack.us/img691/4592/picwindows.png 。有什么办法解决这个问题?

CSS如下:

#pagetitle{
  padding: 3em 0 0 1em;
}

#pagetitle h1.logo{
  font-family: "Arial Black", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 500%;
  float: left;
  padding: .1em 0 0 0;
  margin: 0;
  letter-spacing: -0.1em;
  /*font-variant: small-caps;*/ /* Uncomment this line to change title to uppercase */
  font-weight: normal;
  color: #eeeadb;
}

#pagetitle h1.logo a{
  color: #eeeadb;
  text-decoration: none;
}

#pagetitle h1.logo a:hover{
  color: #fff;
}

#pagetitle h4{
  float: left;
  border-left: 1px solid #8e7762;
  padding: .6em 0 .6em .8em;
  margin-left: 1em;
  color: #e9e2c9;
}

谢谢。

【问题讨论】:

    标签: css wordpress


    【解决方案1】:

    在您的桌面设置中打开 cleartype 吗?

    【讨论】:

      猜你喜欢
      • 2022-11-26
      • 2012-12-17
      • 1970-01-01
      • 2012-09-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-09-13
      相关资源
      最近更新 更多