Design comparison
SolutionDesign
Solution retrospective
how can I make the font size responsive?
Community feedback
- @mvrius4Posted over 3 years ago
Hi, monzer10.
The best way you can make the font size responsive is to use the calc() function in CSS. You can try fontsize: calc(1vh + .5rem); to see how it works when you use the website on diferent resolutions.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord