Font Rendering differently when using MAC vs PC

前端 未结 1 1855
粉色の甜心
粉色の甜心 2021-01-22 00:47

I have developed a site on my MAC. The footer looks good in IE, Firefox, Safari, Chrome but when I look on to a PC it appears that the font is rendering differently and pushing

相关标签:
1条回答
  • 2021-01-22 01:17

    Fonts are going to render differently on any system you test it on. That is life on the web... as it should be. Websites aren't supposed to look identical... they are supposed to display in a variety of formats and ways.

    Since you are using a web-safe font, I suspect the issue has to do with the difference between Microsoft's "ClearType" rendering and the anti-aliasing method on a Mac.

    The best you can do is test using a service such as http://www.browsershots.org and be aware of the differences.

    You may be tempted to use images for your text... don't do this.

    0 讨论(0)
提交回复
热议问题