下面小编就为大家带来一篇css web安全字体组合的详细说明。小编觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随小编过来看看吧
常用的字体组合
font-family属性是多种字体的名称,作为一个"应变"制度,以确保浏览器/操作系统之间的最大兼容性。如果浏览器不支持的第一个字体,它尝试下一个的字体。
你想要的字体类型如果浏览器找不到,它会从通用的字体类型中找到与你相似的:
p{font-family:"Times New Roman", Times, serif}
立即学习“前端免费学习笔记(深入)”;
下面是一些常用的字体组合,通用的字体系列。
Serif 字体
字体 | 文本示例 |
---|---|
Georgia, serif | This is a heading This is a paragraph |
"Palatino Linotype", "Book Antiqua", Palatino, serif | This is a heading This is a paragraph |
"Times New Roman", Times, serif | This is a heading This is a paragraph |
sans - serif字体
字体 | 文本示例 |
---|---|
Arial, Helvetica, sans-serif | This is a heading This is a paragraph |
Arial Black, Gadget, sans-serif | This is a heading This is a paragraph |
"Comic Sans MS", cursive, sans-serif | This is a heading This is a paragraph |
Impact, Charcoal, sans-serif | This is a heading This is a paragraph |
"Lucida Sans Unicode", "Lucida Grande", sans-serif | This is a heading This is a paragraph |
Tahoma, Geneva, sans-serif | This is a heading This is a paragraph |
"Trebuchet MS", Helvetica, sans-serif | This is a heading This is a paragraph |
Verdana, Geneva, sans-serif | This is a heading This is a paragraph |
Monospace 字体
字体 | 文本示例 |
---|---|
"Courier New", Courier, monospace | This is a heading This is a paragraph |
"Lucida Console", Monaco, monospace | This is a heading This is a paragraph |
以上这篇CSS Web安全字体组合详解就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持PHP中文网。
以上就是CSS Web安全字体组合的详细说明的详细内容,更多请关注php中文网其它相关文章!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号