<style type="text/css">
* {
font-weight: normal;
font-size: 100%;
font-family: "メイリオ", meiryo, verdana, "MS Pゴシック", MSPGothic, sans-serif;
}
code { font-family:"Courier New", "HGGothicM", monospace; }
h1 { font-size:100%; }
h2 { font-size: 90%; }
h3 { font-size: 85%; }
.content { font-size:85%; }
dd { margin:0; }
.code { white-space:pre; }
</style>
参照
- CSS テンプレートで作成したサンプル (外部リンク)
履歴
- 2010.02.25 追加
code { font-family:"Courier New", "HGGothicM", monospace; }