--- title: font-style slug: Web/CSS/font-style tags: - CSS - 'CSS:Dokumentacje' - Dokumentacje - Wszystkie_kategorie translation_of: Web/CSS/font-style ---
{{ CSSRef() }}
Własność font-style definiuje kroje czcionki normal (określany również jako upright lub roman), italic oraz oblique spośród rodziny czcionek.
{{cssinfo}}
normal, oblique lub italic dla czcionki zdefiniowanej w {{ Cssxref("font-family") }}.
h1 { font-style: italic }
p { font-style: oblique }