Currently, I am in the process of building a website utilizing a CSS fluid layout approach which is rooted in adaptive and responsive web design principles.
For this project, I am avoiding using fixed values such as pixels (px) and instead opting for percentages (%)
One question that has been on my mind is; When setting the container width to 100%, it adjusts based on the browser window or viewport width. However, how are font sizes calculated when using percentages or em units for the body font? Will the visible font sizes remain consistent across desktop and mobile devices?