You are here : cssCSS 3font-style

font-style - CSS 3

The font-style property specifies the font style for a text.


Syntax

font-style: normal|italic|oblique|initial|inherit;


Example

p.normal {    font-style: normal;}
	p.italic {    font-style: italic;}
	p.oblique {    font-style: oblique;}


Output / Return Value


Limitations


Alternatives / See Also


Reference