From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/css/font-smooth/index.html | 73 +++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 files/fr/web/css/font-smooth/index.html (limited to 'files/fr/web/css/font-smooth/index.html') diff --git a/files/fr/web/css/font-smooth/index.html b/files/fr/web/css/font-smooth/index.html new file mode 100644 index 0000000000..92571bb8b7 --- /dev/null +++ b/files/fr/web/css/font-smooth/index.html @@ -0,0 +1,73 @@ +--- +title: font-smooth +slug: Web/CSS/font-smooth +tags: + - CSS + - Non-standard + - Propriété + - Reference +translation_of: Web/CSS/font-smooth +--- +
{{CSSRef}}{{Non-standard_header}}
+ +

La propriété font-smooth permet de contrôler l'application d'algorithmes anti-crénelage (anti-aliasing) sur le rendu des fontes de caractères.

+ +

Syntaxe

+ +
/* Valeurs avec mot-clé */
+font-smooth: auto;
+font-smooth: never;
+font-smooth: always;
+
+/* Valeurs de type <length> */
+font-smooth: 2em;
+
+ +
+

Webkit implémente -webkit-font-smoothing avec d'autres valeurs, là aussi c'est une propriété non-standard qui ne devrait pas être utilisée.

+ + +
+ +
+

Firefox implémente -moz-osx-font-smoothing avec d'autres valeurs, là aussi c'est une propriété non-standard qui ne devrait pas être utilisée.

+ + +
+ +

Spécifications

+ +

Bien que mentionnée dans les premiers brouillons pour CSS3 Fonts, font-smooth a été retirée de cette spécification et ne fait plus partie du standard.

+ +

 

+ + + +

 

+ +

Compatibilité des navigateurs

+ + + +

{{Compat("css.properties.font-smooth")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf