Hi folks, thanks for the great ongoing work. :) I've got a typography/accessibility bug to report, and related notes.
At https://phabricator.wikimedia.org/T81 adrianlang wrote:
MediaWiki's font-size depends on the configured default font size in your browser. Phabricator's doesn't.
That's the main bug, that I'd like to address.
I.e. If I go to my (firefox) browser's Edit->Preferences->Content->Fonts & Colors and set the default font size to (e.g.) 24px, then nothing changes at phabricator. Whereas most other sites get the massively increased font size.
This was part of a longer discussion about changing the base font size from the current 13px (rendered) up to 14px (which is what most of MediaWiki currently uses by default, for body copy).
I added some links and notes about industry standards/recommendations (i.e. using em or %, instead of px, to define font-sizes) in a comment at https://phabricator.wikimedia.org/T81#952891
I also made this recommendation, that I'll copy in full:
Long-term, it would be good to change
body { font:13px/1.231
to
body { font:100%
and then adapt everything else from there...
Short-term/bandage, adding something like this would help a lot.
.phabricator-remarkup (font-size: 110%}
(That will get the main comment text up to 14px).
I'm not a professional in this area, so please do check/verify those recommendations. I hope they help. :)
Related to T4843: Making Phabricator accessible to assistive technologies