Skip to content

FontFaceFormat is not put in quotes #56

Closed
@siegfriedweber

Description

@siegfriedweber

In the @font-face rule the format of fonts must be put in quotes (see https://www.w3.org/TR/css-fonts-3/#descdef-src) otherwise browsers cannot parse the rule.

@font-face {
  font-family: font;
  src: url(font.woff) format("woff");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions