We use cookies to improve your experience. Learn more in our Privacy policy.
font-variant-position
The font-variant-position CSS property controls the use of alternate, smaller glyphs that are positioned as superscript or subscript.
Initial value | normal |
Applies to | all elements. It also applies to ::first-letter and ::first-line. |
Syntax
font-variant-position: super;
Values
Deactivates alternate superscript and subscript glyphs.
Activates subscript alternate glyphs. If, in a given run, one such glyph is not available for a character, all the characters in the run are rendered using synthesized glyphs.
Activates superscript alternate glyphs. If, in a given run, one such glyph is not available for a character, all the characters in the run are rendered using synthesized glyphs.
Browser support
font-variant-position | chrome | edge | firefox34 | ie | opera | safari |