Well rendered webfont solution

前端 未结 3 1840
我寻月下人不归
我寻月下人不归 2021-01-25 07:59

The challenge:

Provide dynamic web fonts that render acceptably across all major browsers, devices and Operating Systems

The story:

3条回答
  •  青春惊慌失措
    2021-01-25 08:44

    http://www.useragentman.com/blog/2009/11/29/how-to-detect-font-smoothing-using-javascript/

    This is what I have found works so far. This solution detects jagged fonts, so then we can do something like this: @font-face as standard, and Cufon as fallback.

提交回复
热议问题