An example of fluid typography without media queries

An example of fluid typography with media queries to limit the font-size

Using relative units and vw (viewport width) units

This approach is fluidly responsive, and changing the browser base font size as well as zooming in/out works to resize the resulting font sizes. It doesn't exactly match the responsive approach, meaning the font sizes won't be exactly the same at a given viewport.