Skip to content

Font css antialiasing

Donghwan edited this page Nov 16, 2019 · 1 revision
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
Clone this wiki locally