I recently started using google fonts for my projects with some success. I'm about to launch a redesigned site only when I checked it under mobile, I saw that text was not scaling as expected. I had used font-size: calc(15px + 1vw); in my css. What am I missing? Thanks!