2

Thanks CSS, not sure if I should but I am using ‘vw’ unit for font-size on desktop as it scales according to browser width. It works a treat and saved some shitty reflow breakpoint requirements. Until someone tells me it’s a shit idea, i’m gonna use the fuckr.

Comments
  • 0
  • 2
    in my scenarios it makes the font either bulky or unreadable small, therefore i prefer media queries and em. i cannot imagine where it makes sense unless it is for mobile use and different resolutions. or headers. then it might just be fine.
  • 1
    Its a bad idea, check ultrawide vs small phone.
  • 0
    Im talking about desktop scenarios.
    1024+
    you can go back to rem at tablet smartphone sizes. It means you need fewer breakpoints for larger screens as the text scales in proportion to browser width. Wtf wrong with that?
  • 0
    @helloworld because I dont want it to scale proportionally
Add Comment