sierra
sierra copied to clipboard
Superscript indistinguishable from normal text
<sup>
elements look just like other text elements due to sharing the same font-size and vertical-align, and this could present accessibility issues.
I found it necessary to override Sierra with the following:
sup
vertical-align: super
font-size: 0.8rem