<p>The font-size of this text varies depending on the base font of the page, and the size of the viewport.</p>
p{
  font-size: clamp(1.5rem, 2.5vw, 4rem); 
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.