Home / CSS Tips Generated By ChatGPT / Responsive Typography with clamp() in CSS Dynamically adjust font size across different screen sizes using the clamp() function. Source Code body { font-size: clamp(1rem, 2vw, 2rem); }