在Mac(Chrome和Safari)上,单词比PC更大胆,为什么? [英] On mac (Chrome and Safari), words look bolder than on PC, why?

查看:168
本文介绍了在Mac(Chrome和Safari)上,单词比PC更大胆,为什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当在不同的操作系统上进行审查时,我注意到,特别是在Chrome和Safari中,Mac书上的文字比PC上的文字更大胆。是不是只有浏览器的网络工具包才能解释CSS和HTML,而不是操作系统本身?



这是我的CSS标签(单词)如果上述情况无效:

  .homeText .cases {
color:#bcbcbc;
float:left;
font-family:Arial,Helvetica Neue,Sans-Serif;
font-size:2.65em;
font-weight:bold;
line-height:30px;
height:30px;
margin:0px;
margin-right:-2px;
padding-right:13px;
position:absolute;


解决方案

如果我没有弄错,这是由于每个操作系统使用的文本渲染算法的差异。 这篇文章提供了一个比较详细的例子。


When reviewing on different OS's, I noticed that particularly in Chrome and Safari, words on a mac book look bolder than on a PC. Isn't it true that only browser web-kits have the capability of interpreting CSS and HTML, not an OS itself?

Here is my CSS for the anchor tags (words) if the above case isn't valid:

.homeText .cases {
    color: #bcbcbc;
    float:left;
    font-family:Arial, Helvetica Neue, Sans-Serif;
    font-size: 2.65em;
    font-weight:bolder;
    line-height: 30px;
    height:30px;
    margin: 0px;
    margin-right: -2px;
    padding-right: 13px;
    position: absolute;
}

解决方案

If I'm not mistaken, this is due to differences in the text-rendering algorithms used by each OS. This article provides a detailed explanation with examples for comparison.

这篇关于在Mac(Chrome和Safari)上,单词比PC更大胆,为什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆