font-style

The font-style property determines whether the font style is regular, italic or oblique. When text is set to italic or italic, the browser looks to the system to find a suitable font. If the specified font is not found, the browser uses a special algorithm to simulate the desired type of text. The result and quality may be unsatisfactory, especially when printing a document.

Syntax



font-style: normal | italic | oblique;