font size as a percent of the view port

Submitted by barnettech on Thu, 09/05/2019 - 16:33

h1 {
font-size: 5.9vw;
}
h2 {
font-size: 3.0vh;
}
p {
font-size: 2vmin;
}