此属性用于控制已存储在字体中的字距调整信息的使用。字距定义了字母的间距。对于那些没有字距调整信息的字体,此属性将没有可见效果。
句法:
font-kerning: auto|normal|none;
财产:
- auto:这是默认值。浏览器决定是否应用字体字距调整。
- normal:用于指定字体字距调整在浏览器上正常应用。
- none:用于指定不应用字体字距调整。
例子:
CSS | font-kerning Property
GeeksforGeeks
The font-kerning Property
font-kerning:normal;
GeeksforGeeks:
A computer science portal for Geeks
font-kerning:auto;
GeeksforGeeks:
A computer science portal for Geeks
font-Kerning:none;
GeeksforGeeks:
A computer science portal for Geeks
输出:
支持的浏览器: CSS支持的浏览器 | font-kerning 属性如下:
- 谷歌浏览器 32.0 -webkit-
- 浏览器 10.0
- 火狐 34.0
- 歌剧
- Safari 7.0