Using clamp() for font sizing January 31, 2023 by Skyler h1{ font-size: clamp(2rem, 1rem + 10vw, 5rem); } Sets the minimum font-size, a ‘preferred’ size, and then a maximum. Reference: Kevin Powell – https://www.youtube.com/watch?v=VQraviuwbzU