當我應用font-weight:bold
樣式時,與其他瀏覽器相比,Safari的字體外觀過於粗糙。我試着在一些網站中建議的CSS下面,但它仍然是一樣的。Safari字體重量問題,文字太粗體
text-shadow: #000000 0 0 0px;
文本渲染的屏幕截圖:
鉻
Safari瀏覽器
這裏是我的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;
}
這怎麼解決?
只有在Safari瀏覽器中才能觀察到此問題! – user1184100 2012-02-26 05:09:26
您是否得到解決這個問題? – 2017-07-06 08:51:01