Increase font size in addon details page
Categories
(addons.mozilla.org :: Security, defect)
Tracking
(Not tracked)
People
(Reporter: risa_fletcher, Unassigned)
Details
Attachments
(1 file)
|
287.70 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
The base font size on an addon details page is too small. The current recommended "small" font size for the web is 14px. Currently it's set at 12px.
https://addons.mozilla.org/en-US/firefox/addon/readability-based-reader-view/
Actual results:
I've been having some issues with my vision and was searching for a Firefox extension that would help make text more readable.
I found the following extension, which is great but it's ironic that the font size on the "About this Extension" section is unreadable in my current state.
https://addons.mozilla.org/en-US/firefox/addon/readability-based-reader-view/
Expected results:
The base font size across Mozilla products should be 14px. This issue has come up in other Mozilla applications, so I hope we can all do our part and clean this up where we see it.
The default styles set on <body> include a font-size of 14px. .Card-contents is overriding this by setting the font-size to 12px.
Comment 1•6 years ago
|
||
Duplicate of https://github.com/mozilla/addons/issues/1129
Description
•