When I copy the component (called 3 case studies) over to this page:
the type is a larger size which I don’t want.
I suspect this is to do with how my fonts are interacting with the global settings for that page but I don’t know enough about web design to work out how to fix it.
If anyone can suggest how to fix this I’d be very grateful.
Share link below.
To ensure consistent text sizing across your pages, it’s recommended to use rem (root em) units instead of pixels (px). Rem units scale relative to the root font size, making your text more responsive and maintaining consistency throughout your project.
Here’s why rem units are better:
They scale proportionally with user preferences
They maintain consistent relationships between different text elements
They’re more accessible and responsive across different devices
You can check how your text appears at different sizes using the Text zoom preview tool in Canvas settings. Also, review your Body (All pages) tag settings, as these define the base styles that other elements inherit.