当我应用font-weight:粗体风格时,与其他浏览器相比,Safari中的字体外观过于粗糙.我尝试下面的css建议在一些网站,但它仍然是一样的.

text-shadow: #000000 0 0 0px;

文字渲染截图:

苹果浏览器

这是我的css声明:

p {

margin: 8px 5px 0 15px;

color:#D8D2CE;

font-size:11pt;

letter-spacing:-1px;

font-weight: bold;

font-family: LektonRegular;

}

@font-face {

font-family: 'LektonRegular';

src: url('myfonts/lekton-regular-webfont.eot');

src: url('myfonts/lekton-regular-webfont.eot?#iefix') format('embedded-opentype'),url('myfonts/lekton-regular-webfont.woff') format('woff'),url(myfonts/lekton-regular-webfont.ttf) format('truetype'),url('myfonts/lekton-regular-webfont.svg#LektonRegular') format('svg');

font-weight: normal;

font-style: normal;

}

如何解决?

Logo

鸿蒙生态一站式服务平台。

更多推荐