From 149319bb8c7b1394a443f0877c3460cd362aa815 Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:58:15 +0200 Subject: move *.html to *.md --- files/fr/web/css/font-smooth/index.html | 71 --------------------------------- 1 file changed, 71 deletions(-) delete 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 deleted file mode 100644 index f70c9d9e4f..0000000000 --- a/files/fr/web/css/font-smooth/index.html +++ /dev/null @@ -1,71 +0,0 @@ ---- -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;
-
- -
-

Note : 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.

- - -
- -
-

Note : 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