CSSソース【1】
html { font-size: 87.5%; } h1 { font-size: 143%; } h2 { font-size: 121%; } h3 { font-size: 107%; }
CSSソース【2】
html { font-size: 62.5%; } h1 { font-size: 2em; } h2 { font-size: 1.7em; } p { font-size: 1.4em; }
トップページ > サンプルダウンロード > 法則45 ベースとなる文字サイズの指定方法を工夫する
html { font-size: 87.5%; } h1 { font-size: 143%; } h2 { font-size: 121%; } h3 { font-size: 107%; }
html { font-size: 62.5%; } h1 { font-size: 2em; } h2 { font-size: 1.7em; } p { font-size: 1.4em; }