Courier New

Comic Sans MS

Georgia

Impact

Trebuchet MS

<!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.courier { font: bold 2em "Courier New"; }
h1.comic { font: bold 1.5em "Comic Sans MS"; }
h1.georgia { font: italic 2em Georgia; }
h1.impact { font: 2em Impact; }
h1.verdana { font: italic bold 2em "Trebuchet MS"; }
-->

</style>
</head>
<body>

<h1 lang="en" class="courier">Courier New</h1>
<h1 lang="en" class="comic">Comic Sans MS</h1>
<h1 lang="en" class="georgia">Georgia</h1>
<h1 lang="en" class="impact">Impact</h1>
<h1 lang="en" class="verdana">Trebuchet MS</h1>
<P><BR>
</P>
</body>
</html>