Font Size does not respect browser zoom level

This is an issue on the Forum, on Answers, and now it’s spread to the Scripting Reference.

In Chrome, control + mouse wheel (to adjust zoom level), does not affect text size. So us nearsighted bats have to pull out Magnifier or get tech-savvy enough to use Stylebot to add this to the pages’ CSS:

div {
-webkit-text-size-adjust: auto;
}

I don’t know how you go about not having scaling text, but you’ve done it, congrats. Just a heads-up since I’ve solved my own problem. Maybe someone will find this and be very happy to solve theirs too if it’s not fixed.

It already works fine in Chrome 38.0.2125.104 for me on Windows, as does IE 11 and FF 32.03 and 33. You sure this isn’t just on your end?

Edit: There’s an advanced setting in Chrome to change the Font Size apart from the page zoom. This isn’t respected on the Unity pages, but I have no trouble seeing the fonts grow when I ctrl + wheel up to zoom the entire page.