.class { font-size: 12px; }
<span style="font-size:20px;"></span>
p { font-family: "Times New Roman", Times, serif; }
p { font-size: 150% /*px, cm, in, etc.*/; }
font-size: 2em;
#selector{ font-size:20px; }
p { font-size: 15px; }
// to scale font size in relation to its parent element style="font-size: 2vw;"