Horje
antialiasing css Code Example
antialiasing css
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
//Also use webfonts: https://www.fontsquirrel.com/
Source: devhints.io
what css font smoothing
The font-smooth CSS property controls the application of anti-aliasing when fonts are rendered. This feature is non-standard and is not on a standards track. It depends on the browser used and the system specifications; thus, it may not work for every user.




Css

Related
flexbox go to next row Code Example flexbox go to next row Code Example
background color none Code Example background color none Code Example
last second css Code Example last second css Code Example
how to apply css to firefox only Code Example how to apply css to firefox only Code Example
css how to make text not break Code Example css how to make text not break Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
20