Expand description

The @font-feature-values at-rule.

Macros

Structs

  • A @font-feature-values block declaration. It is <ident>: <integer>+. This struct can take 3 value types.
  • @font-feature-values inside block parser. Parses a list of FFVDeclaration. (<ident>: <integer>+)
  • Parser for FontFeatureValuesRule. Parses all blocks { } = @stylistic | @historical-forms | @styleset | @character-variant | @swash | @ornaments | @annotation
  • A @font-feature-values block declaration value that keeps one or two values.
  • A @font-feature-values block declaration value that keeps one value.
  • A @font-feature-values block declaration value that keeps a list of values.

Enums

  • BlockType 🔒
    Keeps the information about block type like @swash, @styleset etc.

Functions