**font-style**
* 描述:设置对象中的字体样式。
* 版本:CSS1
* 继承性:有
**语法**
```
font-style:样式值;
```
样式值
normal:默认值,设置文本字体样式为正常的字体。
italic:设置文本字体样式为斜体,对于没有设计斜体的特殊字体,如果要使用斜体外观将应用 oblique。
oblique:设置文本字体样式为倾斜的字体,人为的使文字倾斜,而不是去选取字体中的斜体字。
inherit:设置从父元素继承字体样式。
**代码示例**
```
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>font-style</title>
<style>
#container{
font-style: italic;
}
</style>
</head>
<body>
<div id="container">
测试字体
</div>
</body>
</html>
```
![font-style](https://box.kancloud.cn/f07f32b0a9fb1af9a9629ada755c4cfa_116x43.png)
- 空白目录
- CSS3专业名词
- 复合属性
- 继承性
- CSS3背景
- background
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
- background-origin
- background-clip
- background-size
- CSS边框
- border
- border-width
- border-style
- border-color
- border-top
- border-top-width
- border-top-style
- border-top-color
- border-right
- border-right-width
- border-right-style
- border-right-color
- border-bottom
- border-bottom-width
- border-bottom-style
- border-bottom-color
- border-left
- border-left-width
- border-left-style
- border-left-color
- border-radius
- border-top-left-radius
- border-top-right-radius
- border-bottom-right-radius
- border-bottom-left-radius
- CSS颜色
- color
- opacity
- CSS字体
- font
- font-style
- font-variant
- font-weight
- font-size
- font-family
- font-stretch
- font-size-adjust
- CSS定位
- position
- z-index
- clip