AO3-4614 Fix light font on Android #2506
2 checks passed
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
hound
No violations found. Woof!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://otwarchive.atlassian.net/browse/AO3-4614
Some Android users were seeing a very light font on work summaries and various other place. Turns out there was a good reason for that: we were setting the font weight on blockquotes to 100, aka the thinnest possible.
Why this problem was only happening for some people, and only started now given this code was four and a half years old, I don't know. But it shouldn't happen for them now.