Published at
Updated at
Reading time
1min
This post is part of my Today I learned series in which I share all my web development learnings.

This will be a very short one... (but I use these posts also to archive things for later reuse).

Today I came across an interessting tweet by Vadim Makeev. He shared that the CSS like font-size: 1vw will destroy the ability to use ctrl/cmd + to increase or decrease the font size of the website. He recommends using something like font-size: calc(1vw + 1em); instead.

Thanks Vadmin for sharing!

If you enjoyed this article...

Join 5.5k readers and learn something new every week with Web Weekly.

Web Weekly — Your friendly Web Dev newsletter
Reply to this post and share your thoughts via good old email.
Stefan standing in the park in front of a green background

About Stefan Judis

Frontend nerd with over ten years of experience, freelance dev, "Today I Learned" blogger, conference speaker, and Open Source maintainer.

Related Topics

Related Articles