From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-pt/web/css/font-smooth/index.html | 85 ++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 files/pt-pt/web/css/font-smooth/index.html (limited to 'files/pt-pt/web/css/font-smooth/index.html') diff --git a/files/pt-pt/web/css/font-smooth/index.html b/files/pt-pt/web/css/font-smooth/index.html new file mode 100644 index 0000000000..2cab7696d8 --- /dev/null +++ b/files/pt-pt/web/css/font-smooth/index.html @@ -0,0 +1,85 @@ +--- +title: font-smooth +slug: Web/CSS/font-smooth +translation_of: Web/CSS/font-smooth +--- +
{{ CSSRef }} {{ Non-standard_header }}
+ +

A propriedade CSS font-smooth  controla a aplicação anti-aliasing quando as fontes são renderizadas.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ Xref_cssinitial() }}auto
Applies totodos os elementos e conteúdos gerados
{{ Xref_cssinherited() }}sim
Percentagesrelativo ao tamanho da fonte do elemento pai
Media{{ Xref_cssvisual() }}
{{ Xref_csscomputed() }}como especificado
+ +

Sintaxe

+ +
/* Keyword values */
+font-smooth: auto;
+font-smooth: never;
+font-smooth: always;
+
+/* <length> value */
+font-smooth: 2em;
+
+ +
+

WebKit implementa uma propriedade similar, mas com valores diferentes: -webkit-font-smoothing. Isto só funciona no Mac OS X/macOS.

+ + +
+ +
+

Firefox implementa uma propriedade similar, mas com valores diferentes: -moz-osx-font-smoothing. Isto só funciona no Mac OS X/macOS.

+ + +
+ +

Especificações

+ +

Embora presente no início (2002) rascunhos de CSS3 Fonts, font-smooth foi removido e esta especificação não está na faixa de padrões.

+ +

Compatibilidade dos Navegadores

+ + + +

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

+ +

Veja também

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