Why would html text sometimes appear garbled when viewing on Chrome or Safari on Windows?

后端 未结 9 827
长发绾君心
长发绾君心 2020-12-15 07:45

Occasionally users report that the text on https://squareup.com looks like gibberish (or garbled) to them… however we’ve been unable to reproduce this.

Users report

相关标签:
9条回答
  • 2020-12-15 08:08

    they probably have clear type turned off. http://www.microsoft.com/typography/cleartype/tuner/step1.aspx

    0 讨论(0)
  • 2020-12-15 08:10

    It seems to me that the texts in question have text-shadow applied to them. This is pretty bleeding-edge, experimental, demanding, unreliable stuff, for little if any visual value (eg white shadows on a white background).

    0 讨论(0)
  • 2020-12-15 08:10

    There is a simple answer to this - your css code is representated prior to your server side processing. I bet your using some type of css php or repository for serving up your style/css/markup/jquery or external source for that page.

    I'd suggest you put in some wait states and checks for post process or check your ajax/xajax methods. :)

    I hope that helps.

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