ウィンドウズのフォント
MS ゴシック: かなカナ漢字1234abcd
MS 明朝: かなカナ漢字1234abcd
MS Pゴシック: かなカナ漢字1234abcd
MS P明朝: かなカナ漢字1234abcd
MS UI Gothic: かなカナ漢字1234abcd
<!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">
<!--
p { font-size: 1.5em; margin: 0.5em 0; }
p.p1 { font-family: "MS ゴシック"; }
p.p2 { font-family: "MS 明朝"; }
p.p3 { font-family: "MS Pゴシック"; }
p.p4 { font-family: "MS P明朝"; }
p.p5 { font-family: "MS UI Gothic"; }
-->
</style>
</head>
<body>
<p class="p1">MS ゴシック: かなカナ漢字1234abcd</p>
<p class="p2">MS 明朝: かなカナ漢字1234abcd</p>
<p class="p3">MS Pゴシック: かなカナ漢字1234abcd</p>
<p class="p4">MS P明朝: かなカナ漢字1234abcd</p>
<p class="p5">MS UI Gothic: かなカナ漢字1234abcd</p>
</body>
</html>