CSS Font Fallback
- Previous Page CSS Network Security Font
- Next Page CSS Units
常用的后备字体
The following are some commonly used font fallbacks organized according to 5 general font families:
- Serif
- Sans-serif
- Monospace
- Cursive
- Fantasy
Serif 字体
字体系列 | 示例文本 | 代码 |
---|---|---|
"Times New Roman", Times, serif |
This is a Heading This is a paragraph. |
Try It |
Georgia, serif |
This is a Heading This is a paragraph. |
Try It |
Garamond, serif |
This is a Heading This is a paragraph. |
Try It |
Sans-Serif 字体
字体系列 | 示例文本 | 代码 |
---|---|---|
Arial, Helvetica, sans-serif |
This is a Heading This is a paragraph. |
Try It |
Tahoma, Verdana, sans-serif |
This is a Heading This is a paragraph. |
Try It |
"Trebuchet MS", Helvetica, sans-serif |
This is a Heading This is a paragraph. |
Try It |
Georgia, Verdana, sans-serif |
This is a Heading This is a paragraph. |
Try It |
Monospace 字体
字体系列 | 示例文本 | 代码 |
---|---|---|
"Courier New", Courier, monospace |
This is a Heading This is a paragraph. |
Try It |
Cursive 字体
字体系列 | 示例文本 | 代码 |
---|---|---|
"Brush Script MT", cursive |
This is a Heading This is a paragraph. |
Try It |
Fantasy 字体
字体系列 | 示例文本 | 代码 |
---|---|---|
Copperplate, Papyrus, fantasy |
This is a Heading This is a paragraph. |
Try It |
Tip:In addition, please see all available Google Fonts and their usage methods.
- Previous Page CSS Network Security Font
- Next Page CSS Units