css.properties

font-feature-settings

The font-feature-settings property specifies advanced font feature options.

Formal Syntax

normal | <feature-tag-value>#

See specification

JavaScript Access

// Access via element.style
element.style.fontFeatureSettings = 'normal';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
font-feature-settings48349.115
normal16159.115

Related Properties