Closed siegfriedweber closed 7 years ago
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-face { font-family: font; src: url(font.woff) format("woff"); }
Resolved by #57
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.