Using vw for font size
Setting font size in vw units:
- Text is too large on a big screens and too small on a small screen.
- Browsers zoom not working
- Scaling font size by setting options in a browser not working
See the Pen font-size: vw by majadc (@majadc) on CodePen.
Solution
See the Pen font-size:calc() by majadc (@majadc) on CodePen.