Sumário
A propriedade font-style especifica normal (também conhecido comoupright ouroman), itálico, e oblíquo faces dentro dofont-family.
Initial value | normal |
---|---|
Applies to | all elements. It also applies to ::first-letter and ::first-line . |
Inherited | yes |
Media | visual |
Computed value | as specified |
Animatable | no |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Sintaxe
font-style:
normal
| italic
| oblique
Valores
- normal, oblique, italic
- Especifica que ouser-agent deve escolher a tipografia 'normal', 'oblique' ou 'italic' dentro do
font-family
.
Exemplos
h1 { font-style: italic } p { font-style: oblique }