mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

a11y: Increase smallest font size #86

Closed vancura closed 7 years ago

vancura commented 7 years ago

Pango’s <small> font size is too small, resulting in 9pt font. We can’t globally override this font size, so I replaced the tag with <span font=“11”>.

slack-imgs com

vancura commented 7 years ago

Please don't merge yet, this change is bigger than I originally thought. See @sevoku's comment at https://github.com/mono/monodevelop/pull/2958#pullrequestreview-59542447.

vancura commented 7 years ago

Closing the issue for now. We'll fix font size problems case by case.