fontVariant 属性设置或返回字体是否应以小写大写字母显示。
这意味着所有小写字母都将转换为大写字母,但与文本的其余部分相比,这些字母的字体大小将更小。
Property | |||||
---|---|---|---|---|---|
fontVariant | Yes | Yes | Yes | Yes | Yes |
返回 fontVariant 属性:
object.style.fontVariant
设置 fontVariant 属性:
object.style.fontVariant = "normal|small-caps|initial|inherit"
Value | Description |
---|---|
normal | The font is normal. This is default |
small-caps | The font is displayed in small capital letters |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 普通的 |
---|---|
返回值: | 一个字符串,表示普通或小写字母的字体 |
CSS版本 | CSS1 |
CSS教程:CSS 字体
CSS 参考:字体变体属性
HTML DOM 参考:字体属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!