Font css antialiasing - team-wedev/wedev GitHub Wiki

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}