Hacker News new | ask | show | jobs
by pyxy 4809 days ago
All this doesn't matter to me while I cannot increase font size by zooming in the page. Why does it happen to more and more web sites? I zoom in because font is too small for me, but font size doesn't increase, only paragraph width increases!
2 comments

Try using this in a user CSS:

  * { -webkit-text-size-adjust: auto !important; }
Why anybody anywhere thought that the behavior for 'none' was appropriate is baffling [1].

[1] https://bugs.webkit.org/show_bug.cgi?id=56543

I was experiencing the exact same thing! I hope that trend doesn't stick.