font-style 字体样式

设置字体样式:斜体、倾斜或正常字体。

语法:

{ font-style: sStyle }

默认值: normal
继承性:
DOM 语法: object.style.fontStyle=sStyle
适用于: 所有元素
浏览器支持: IE Firefox Chrome Safari Opera

可能的值:

描述
normal 默认值,默认字体样式。
italic 字体样式为斜体。
oblique 字体样式为倾斜。
inherit 从父元素继承字体样式。
本属性最后更新时间:2011-4-27 15:11:04