フォントに関する詳細は、CSS 2の仕様書をご覧ください。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja">
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>文字を太くする</title>
<style type="text/css">
<!--
h1 { font-family: Verdana; font-weight: normal; }
a { font-weight: bold; }
-->
</style>
</head>
<body>
<h1 lang="en">Fonts</h1>
<p>フォントに関する詳細は、<a href="http://www.w3.org/
TR/REC-CSS2/fonts.html">CSS 2の仕様書</a>をご覧ください。</p>
</body>
</html>