代码示例:(标识:cssref_font_georgia)
<!DOCTYPE html>
<html>
<head>
<style>
body {
  font-family: Georgia, serif;
}
</style>
</head>
<body>

<h1>Welcome to Shanghai!</h1>

<p>Shanghai is one of the four direct-administered municipalities of the People's Republic of China. Welcome to Shanghai!</p>

<p>0 1 2 3 4 5 6 7 8 9</p>

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