代码示例:(标识:eg_csse_font_caption)
<html>
<body>

<p>This is a normal paragraph</p>
<p style="font: caption">This is a paragraph with a "caption" font</p>

</body>
</html>
运行结果: