为了缩短代码,还可以在一个属性中指定所有单独的字体属性。
这个font
property 是以下属性的简写:
font-style
font-variant
font-weight
font-size/line-height
font-family
笔记:这个font-size
和font-family
值是必需的。如果缺少其他值之一,则使用它们的默认值。
使用font
在一个声明中设置多个字体属性:
p.a {
font: 20px Arial, sans-serif;
}
p.b {
font: italic small-caps bold 12px/30px Georgia, serif;
}
亲自试一试 »
Property | Description |
---|---|
font | Sets all the font properties in one declaration |
font-family | Specifies the font family for text |
font-size | Specifies the font size of text |
font-style | Specifies the font style for text |
font-variant | Specifies whether or not a text should be displayed in a small-caps font |
font-weight | Specifies the weight of a font |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!