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 h4 { font-weight: normal }
25 -webkit-font-feature-settings:
"sups" on;
26 font-feature-settings:
"sups" on;
29 -webkit-font-feature-settings:
"subs" on;
30 font-feature-settings:
"subs" on;
36 <h4>All the subscripts and superscripts should display with variant glyphs:
</h4>
38 <span class=sub
>3</span>C
<span class=super
>2</span>
39 <span class=sub
>(
3)
</span>C
<span class=super
>(
2)
</span>
40 <span class=sub
>21+
3</span>C
<span class=super
>45</span>