フォントサイズを指定する
サンプルソース
h1 { font-size: 16pt; } h2 { font-size: 18px; } h3 { font-size: 120%; } |
解説
font-size・・・フォントサイズ(値:pt,px,%)
表示例
font-size: 9pt ABCDEFfont-size: 12pt ABCDEF
font-size: 18pt ABCDEF
関連する内容
h1 { font-size: 16pt; } h2 { font-size: 18px; } h3 { font-size: 120%; } |