Reconsider small font in UI, especially for when at high resolution
Font sizes for some words on the screen, like 'asked by' are very small when computer resolutions are high. Currently implemented to spec but will look if there are other web standards we should consider for future release.
This appears to be addressable using CSS, for example: http://stackoverflow.com/questions/14254281/change-td-font-size-based-on-screen-resolution http://stackoverflow.com/questions/11777598/font-size-relative-to-the-users-screen-resolution http://css-tricks.com/viewport-sized-typography/
We can revisit in a future release, hopefully getting some additional guidance from Stephen.
Yes, something called view-port-sized-typography probably describes one of many techniques we can use to make it do what we want, the question is really "what do we want?"