Stepped vs scaling root font size

Hi,
Is it better to use stepped or scaling for the root font size? The client’s site will be accessed via both mobile/table and desktop PCS.

Site url: http://www.aficreditsolutions.com

Hey @netlover,

Stepped and Scaling has its purpose so one is not better than the other.

Stepped relies on the built in media queries so it will scale your root font size based on that.

Scaling will dymaically scale between a range of minimum and maximum font sizes and breakpoints that you specify.

To determine what’s best for your project, you need to try both. Setup a test page and first test Stepped then resize your browser. Next, test Scaling then resize your browser to see its effect.

Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.