aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/css/font-style/index.html
blob: 55bd8de94f798c2787593c67b7f3ea928609801f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
title: font-style
slug: Web/CSS/font-style
tags:
  - Referencia_CSS
translation_of: Web/CSS/font-style
---
<p>{{ CSSRef() }}</p>

<h2 id="Sum.C3.A1rio" name="Sum.C3.A1rio">Sumário</h2>

<p>A propriedade <strong>font-style</strong> especifica normal (também conhecido como<em>upright</em> ou<em>roman</em>), itálico, e oblíquo faces dentro do<em>font-family</em>.</p>

<p>{{cssinfo}}</p>

<h2 id="Sintaxe">Sintaxe</h2>

<p><code>font-style:</code> <code>normal</code> | <code>italic</code> | <code>oblique</code></p>

<h3 id="Valores" name="Valores">Valores</h3>

<dl>
 <dt>normal, oblique, italic </dt>
 <dd>Especifica que o<em>user-agent</em> deve escolher a tipografia 'normal', 'oblique' ou 'italic' dentro do {{ Cssxref("font-family") }}.</dd>
</dl>

<h2 id="Exemplos" name="Exemplos">Exemplos</h2>

<pre>h1 { font-style: italic }
p { font-style: oblique }

</pre>

<h3 id="Especifica.C3.A7.C3.B5es" name="Especifica.C3.A7.C3.B5es">Especificações</h3>

<ul>
 <li><a class="external" href="http://www.w3.org/TR/CSS1#font-style">CSS 1</a></li>
 <li><a class="external" href="http://www.w3.org/TR/CSS21/fonts.html#propdef-font-style">CSS 2.1</a></li>
 <li><a class="external" href="http://www.w3.org/TR/css3-fonts/#font-style">css3-fonts</a></li>
</ul>