scss 字体平滑

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 字体平滑相关的知识,希望对你有一定的参考价值。

@mixin font-smoothing($value: on) {
  @if $value == on {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  } @else {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

以上是关于scss 字体平滑的主要内容,如果未能解决你的问题,请参考以下文章

scss Webkit字体平滑

scss Webkit字体平滑

scss CSS字体平滑

scss 提高文本,字体,排版和平滑的易读性

scss 平滑而活泼的立方贝塞尔过渡

文本抗锯齿和字体平滑