Style Object
The fontStyle property sets or returns whether the style of the font is normal, italic or oblique.
Set the fontStyle property:
Return the fontStyle property:
| Value | Description |
|---|---|
| normal | Font is normal. This is default |
| italic | Font is in italic |
| oblique | Font is in oblique |
| inherit | The value of the fontStyle property is inherited from parent element |
![]()
The fontStyle property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Change font to italic:
Style Object
Your message has been sent to W3Schools.