font-synthesis-position

Experimental

Controls whether the browser is allowed to 'fake' subscript or superscript positions if the font doesn't have them built-in.

p {
  /* Prevents the browser from faking sub/sup positions */
  font-synthesis-position: none;
}
Initial value
none
Inherited
Yes
Applies to
allElementsAndText
Animation type
discrete

Values

autonone
Limited availability 2% global usage

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Not ready for production without a fallback.

118+
ESC