“Antialiasing CSS” Réponses codées

Antialiasing CSS

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
//Also use webfonts: https://www.fontsquirrel.com/
Malario

Quel lissage de la police CSS

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.
Homely Hamster

Réponses similaires à “Antialiasing CSS”

Questions similaires à “Antialiasing CSS”

Plus de réponses similaires à “Antialiasing CSS” dans CSS

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code