キャプション用のフォント

アイコン用のフォント

メニュー用のフォント

メッセージボックス用のフォント

スモールキャプション用のフォント

ステータスバー用のフォント


<!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.p1 { font: caption; }
p.p2 { font: icon; }
p.p3 { font: menu; }
p.p4 { font: message-box; }
p.p5 { font: small-caption; }
p.p6 { font: status-bar; }
-->
</style>
</head>
<body>

<p class="p1">キャプション用のフォント</p>
<p class="p2">アイコン用のフォント</p>
<p class="p3">メニュー用のフォント</p>
<p class="p4">メッセージボックス用のフォント</p>
<p class="p5">スモールキャプション用のフォント</p>
<p class="p6">ステータスバー用のフォント</p>

</body>
</html>