Viewport Based Font

This paragraph text is also based on the viewport. Resize your screen to see it respond.

h1 {
  font-size: calc(150% + 2vw);
}
p {
  font-size: calc(100% + .25vw);
}

Long live CSS calc()!