font-variant属性用于将所有小写字母转换为大写字母。但是转换后的大写字母看起来比原始大写字母字体太小。
句法:
font-variant: normal|small-caps|initial;
属性值:
- 正常:它有一个默认值。它指定一个正常的字体大小。
句法:
font-variant:normal;
例子:
GeeksForGeeks
font-variant:normal;
GeeksForGeeks.
It is a computer science portal for geeks.
输出 :
- small-caps:用于将所有小写字母转换为大写字母。
句法:
font-variant:small-caps;
例子:
GeeksForGeeks
font-variant:small-caps;
GeeksForGeeks.
It is a computer science portal for geeks.
输出:
- 初始:将属性设置为其默认值。
句法:
font-variant:initial;
例子:
GeeksForGeeks
font-variant:initial;
GeeksForGeeks.
It is a computer science portal for geeks.
输出:
支持的浏览器: CSS font-variant属性支持的浏览器如下:
- 谷歌浏览器 1.0
- 浏览器 4.0
- 火狐 1.0
- 歌剧 3.5
- 苹果 Safari 1.0