html {
  font-size: 20px;
}
テキスト
font-size: 30px;
親:テキスト1
子:font-size: 40px;
テキスト1-1
親:font-size: 200%;
テキスト2
子:font-size: 150%;
テキスト2-1
親:font-size: 2.0em;
テキスト2
子:font-size: 1.5em;
テキスト3-1
親:font-size: 2.0rem;
テキスト4
子:font-size: 1.5rem;
テキスト4-1
親:font-size: 5vw;
テキスト5
子:font-size: 5vw;
テキスト5-1
親:font-size: 5vh;
テキスト6
子:font-size: 5vh;
テキスト6-1