CSSFontFeatureValuesRule
The CSSFontFeatureValuesRule
interface represents an @font-feature-values at-rule, letting developers assign for each font face a common name to specify features indices to be used in font-variant-alternates.
Properties
Link copied to clipboard
The fontFamily
property of the CSSConditionRule interface represents the name of the font family it applies to.
Link copied to clipboard
The parentRule
property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
Link copied to clipboard
The parentStyleSheet
property of the the current rule is defined.