Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 如何在Chrome中平滑外观粗糙的文本_Css_Text_Web - Fatal编程技术网

Css 如何在Chrome中平滑外观粗糙的文本

Css 如何在Chrome中平滑外观粗糙的文本,css,text,web,Css,Text,Web,我为这个问题提前道歉,但它困扰着我,我还没有找到解决办法 当我在IE中查看我的网站标语时,文字看起来非常平滑和锐利,但当我在Chrome中查看时,文字上有粗糙的边缘。有没有一种方法可以解决这个问题,使文本在chrome中看起来既专业又清晰 www.jobspark.ca是网站,下面是我的css #banner-tagline { color: #FFFFFF; font-size: 48px; font-weight: 500; position: relative; text-align: c

我为这个问题提前道歉,但它困扰着我,我还没有找到解决办法

当我在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;

感谢您的时间

这不是一个bug,这是预期的行为,因为Google Chrome处理文本阴影的方式

查看以下链接以获取更多信息

希望这真的对你有帮助