Hi,
We use the scaling font size mode in theme options but minimum font size is set top 12px but on mobile it’s less than 12px which isn’t good at all for mobile best practice. When users might have hard time to read font size below 12px.
What I see is that entry content tag is using 0.9rem and not listening to those rules. From what I see and know I should not have added this 0.9rem on body content.
Update:
Found this code in custom CSS so must have been added by me. What can I use in VW or rem to use 14px on desktop and tablet and 12px on mobile? Best solution with a simple row of code by not using media queries.
entry-header, .entry-content {
font-size: 0.9rem;
}