Answers for "font antialiasing css"

CSS
2

antialiasing css

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
//Also use webfonts: https://www.fontsquirrel.com/
Posted by: Guest on June-14-2020

Browse Popular Code Answers by Language