Text Sizes & Typography

How can I set different font sizes for different breakpoints?

I use different custom typography setups for this, which I then apply depending on the breakpoint.


I’m not entirely sure whether this is intended or if there’s a better approach, but it works.

This means there is no other way to adapt text to different screen sizes than creating a layout for each size.

Exactly. If it’s really necessary, you can create a separate text component for each breakpoint. But in my experience, 2–3 are usually enough: desktop / tablet / mobile.

Otherwise, I’m happy to pass the question on to @dan