The font-size property sets the size of a font.
font-size:medium|xx-small|x-small|small|large|x-large|xx-large|smaller|larger|length|initial|inherit;
h1 { font-size: 250%;} h2 { font-size: 200%;} p { font-size: 100%;}