CSS3中字體平滑處理和抗鋸齒渲染

-webkit-font-smoothing主要有一下三個屬性:css

none: 無抗鋸齒
subpixel-antialiased (default): 次像素平滑 常見於Mac OS和MacType For Windows
antialiased: 灰度平滑 經常使用於Android和iOS等移動設備的web

通常用法:多用於字體圖標 或字體字體

/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale
相關文章
相關標籤/搜索