Closed
Description
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
Labels
No labels