css.properties

font-synthesis-position

The font-synthesis-position property specifies whether to synthesize font positions.

Experimental โ€” This feature is experimental and may change

Formal Syntax

auto | none

See specification

JavaScript Access

// Access via element.style
element.style.fontSynthesisPosition = 'auto';

Browser Support

experimental, standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
font-synthesis-positionโ€”118โ€”โ€”
autoโ€”118โ€”โ€”
noneโ€”118โ€”โ€”

Related Properties