fontスタイルの使用例

<H2>イタリック,細い,サイズ<small>,MS Pゴシック

<H4>Small-Caps,フォントTimes New Roman

<H5>太い,20pt,DF勘亭流

htmlsouse.gif (2461 バイト)

<style><!--
    H2 {font-style:italic;
        font-weight:lighter;
        font-size:small;
        font-family:"MS Pゴシック";}
    H4 {font-variant:small-caps;
        font-family:"Times New Roman",Times}
    H5 {font:bolder 20pt DF勘亭流}
    #inputtxt {color:blue;font:16 DF行書体}
    #inputbt {color:red;font:bold 16 'Comic Sans MS'}
--></style>

END(99/8/24修正)