我提前为这个问题道歉,但它困扰着我,我还没有找到解决方案。
当我在 IE 中查看我的网站标语时,文本看起来非常流畅和清晰,但是当我在 Chrome 中查看时,文本的边缘看起来很粗糙。有没有办法可以解决这个问题,使文本在 chrome 中看起来也很专业和清晰。
www.jobspark.ca 是网站,下面是我的 css
#banner-tagline {
color: #FFFFFF;
font-size: 48px;
font-weight: 500;
position: relative;
text-align: center;
z-index: 4;
top: 50%;
font-family: HelveticaNeueW01-55Roma, Helvetica, Arial, sans-serif;
line-height: 40px;
text-shadow: 0 2px 4px #000;
谢谢你的时间