4 <title>font-variant-position fallback
</title>
8 /* sups:
0-
9 + - ( ) = subs:
0-
9 + - ( ) */
10 font-family: subsuper;
11 src: url(../fonts/subsuper.woff); /* FiraSans with blank omega */
16 font-family: subsuper, sans-serif;
23 width: -moz-fit-content;
26 h4 { font-weight: normal; }
27 span.sub { font-variant-position: sub; }
28 span.super { font-variant-position: super; }
32 <h4>The black bars should NOT be the same length
</h4>
33 <p> XXXXXXXXXX
</p>
34 <p> X
<span class=sub
>XXXXXXXX
</span>X
</p>
35 <p> X
<span class=super
>XXXXXXXX
</span>X
</p>