Skip to content

Specifying both font-variant: normal and font-feature-settings produces an invalid CSS rule #26

Description

@steveharrison

The following CSS:

font-variant:normal;
font-feature-settings: "smcp" on;

produces:

font-feature-settings:"smcp" on,normal;font-variant:normal

The resulting CSS rule is invalid according to Chrome DevTools: font-feature-settings:"smcp" on,normal.

Additionally:

font-variant: none;
font-feature-settings: normal;

produces:

font-variant: none;
font-feature-settings: normal, "kern" off;

Where font-feature-settings: normal, "kern" off; is also an invalid CSS rule according to Chrome DevTools.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions