Scale With Me

fluid typography that tracks the viewport

h1 {
  font-size: clamp(1rem, 2vw + 1rem, 3rem);
}