Mac OS 默认情况下打开了出色的字体抗锯齿功能,而 Windows XP 用户则需要进入显示设置来启用它(许多人由于缺乏知识而没有这样做)。即便如此,XP 用户也有 2 个选择:普通的“字体平滑”(很差),或者“ClearType”(很棒)。
What fonts are you using as fall-back, in case the font isn't on the client? What size are you setting them, using which unit of measurement (px/em/%, etc)? Isn't Georgia a serif font?
Screen shot and CSS examples would be useful to know for sure, but the in their absence, one possible cause which comes to mind is the OS font-smoothing.
Mac OS has great font anti-aliasing turned on by default, whereas Windows XP users have go into their display settings to enable it (many don't, through lack of knowledge). Even then, XP users have 2 choices: plain "font smoothing" (poor), or "ClearType" (awesome).
The font used must be available on the machine you're using, you cant just use any font. If you use a font that doesnt exist on a machine, a default will be used instead.
Seriously though, fonts render differently on different platforms. Here is a list of all web-safe-ish fonts with screenshots on how they look on Mac/Windows.
发布评论
评论(3)
如果客户端上没有该字体,您将使用什么字体作为后备字体?您将它们设置为什么尺寸,使用哪种测量单位(px/em/% 等)? Georgia 不是衬线字体吗?
屏幕截图和 CSS 示例对于了解确实很有用,但在没有它们的情况下,我想到的一个可能的原因是操作系统字体平滑。
Mac OS 默认情况下打开了出色的字体抗锯齿功能,而 Windows XP 用户则需要进入显示设置来启用它(许多人由于缺乏知识而没有这样做)。即便如此,XP 用户也有 2 个选择:普通的“字体平滑”(很差),或者“ClearType”(很棒)。
What fonts are you using as fall-back, in case the font isn't on the client? What size are you setting them, using which unit of measurement (px/em/%, etc)? Isn't Georgia a serif font?
Screen shot and CSS examples would be useful to know for sure, but the in their absence, one possible cause which comes to mind is the OS font-smoothing.
Mac OS has great font anti-aliasing turned on by default, whereas Windows XP users have go into their display settings to enable it (many don't, through lack of knowledge). Even then, XP users have 2 choices: plain "font smoothing" (poor), or "ClearType" (awesome).
使用的字体必须在您正在使用的机器上可用,您不能只使用任何字体。如果您使用计算机上不存在的字体,则会使用默认字体。
关于安全网络字体的链接:http://web.mit.edu/jmorzins/www /字体.html
The font used must be available on the machine you're using, you cant just use any font. If you use a font that doesnt exist on a machine, a default will be used instead.
a link on safe web fonts: http://web.mit.edu/jmorzins/www/fonts.html
因为Mac使用blurry-all-bold字体渲染。
但说实话,字体在不同平台上的呈现方式有所不同。 这里是所有网络安全字体的列表,并附有有关如何使用的屏幕截图他们在 Mac/Windows 上查看。
Because Mac uses blurry-all-bold font rendering.
Seriously though, fonts render differently on different platforms. Here is a list of all web-safe-ish fonts with screenshots on how they look on Mac/Windows.