font-family - CSS(层叠样式表) 编辑
font-family
属性允许我们为页面上的字体指定一个由
@font-face
规则定义的字体族The font-family
CSS descriptor allows authors to specify the font family for the font specified in an @font-face
rule.
Related at-rule | @font-face |
---|---|
初始值 | n/a (required) |
适用媒体 | all |
计算值 | as specified |
正规顺序 | the unique non-ambiguous order defined by the formal grammar |
语法
/* <string> values */
font-family: "font family";
font-family: 'another font family';
/* <IDENT> value */
font-family: examplefont;
取值
<family-name>
- 指定字体族名称
Formal syntax
<family-name>where
<family-name> = <string> | <custom-ident>+
示例
@font-face {
font-family: examplefont;
src: url('examplefont.ttf');
}
规范
Specification | Status | Comment |
---|---|---|
CSS Fonts Module Level 3 font-family | Candidate Recommendation | Initial definition |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 4 | 12.0 | 3.5 (1.9.1) | 6.0 | 9.0 | 3.1 |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mini | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | 2.2 | 1.0 (1.9.1) | 10.0 | 未实现 | 12.0 | 3.1 |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论