Home / CSS Tips Generated By ChatGPT / Responsive Text Size with Viewport Units in CSS Make text size responsive to the viewport size using viewport width (vw) units. Source Code h1 { font-size: 5vw; }