Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

antialiasing css

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
//Also use webfonts: https://www.fontsquirrel.com/
Source by devhints.io #
 
PREVIOUS NEXT
Tagged: #antialiasing #css
ADD COMMENT
Topic
Name
7+4 =