在小型大写字体中,所有小写字母都会转换为大写字母。但是,转换后的大写字母以比文本中原始大写字母更小的字体大小显示。
这个font-variant
属性指定文本是否应以小型大写字体显示。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
font-variant | 1.0 | 4.0 | 1.0 | 1.0 | 3.5 |
font-variant: normal|small-caps|initial|inherit;
Value | Description | Demo |
---|---|---|
normal | The browser displays a normal font. This is default | Demo ❯ |
small-caps | The browser displays a small-caps font | 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 参考:fontVariant 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!