当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS font-style属性
The font-style property sets the style of a font.
font-style 属性可设置字体的样式
Inherited: Yes
继承性:有
body { font-style: italic } |
值 | 描述 |
---|---|
normal | The browser displays a normal font 浏览器显示正常字体 |
italic | The browser displays an italic font 浏览器显示倾斜字体 |
oblique | The browser displays an oblique font 浏览器显示斜的字体 |