为三个段落设置不同的字体样式:
p.a {
font-style: normal;
}
p.b {
font-style: italic;
}
p.c {
font-style: oblique;
}
亲自试一试 »
这个font-style
属性指定文本的字体样式。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
font-style | 1.0 | 4.0 | 1.0 | 1.0 | 7.0 |
font-style: normal|italic|oblique|initial|inherit;
Value | Description | Demo |
---|---|---|
normal | The browser displays a normal font style. This is default | Demo ❯ |
italic | The browser displays an italic font style | Demo ❯ |
oblique | The browser displays an oblique font style | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 字体
CSS 参考:字体属性
HTML DOM 参考:字体样式属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!