Active
11.0
Documentation
Hello,
Define the font size in your theme style.css file. Like:
/* For mobile devices */ html { font-size: 14px; } /* For laptop and desktop */ @media (min-width: 768px) { html { font-size: 14px; } }
I hope this was helpful and resolves your issue!