实例代码:
<!doctype html>
<head>
<meta charset="utf-8">
<style type="text/css">
p{font-family:Georgia;}
</style>
</head>
<html>
<body>
<h1>指定字体实例</h1>
<p>This is font Georgia</p>
<p>This is font Georgia</p>
<p>This is font Georgia</p>
</body>
</html>
运行效果:
评论