Fluid type with clamp, without a calculator
214 views
Set a floor, a ceiling, and a preferred size that scales with the viewport. clamp(1rem, 0.8rem + 1vw, 1.4rem) is enough for body copy. Headings get a steeper preferred value, not another media query.
If the line length blows out on a wide monitor, constrain the measure on the container, not the font size. Type that grows forever is not “fluid”, it is just large.