We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a815bf7 commit d82ce2aCopy full SHA for d82ce2a
1 file changed
css-fonts-4/Overview.bs
@@ -1968,7 +1968,7 @@ The <dfn id="at-font-face-rule">''@font-face''</dfn> rule</h3>
1968
@font-face {
1969
font-family: bodytext;
1970
src: url(ideal-sans-serif.woff2) format("woff2"),
1971
- url(ideal-sans-serif.woff) format("woff")
+ url(ideal-sans-serif.woff) format("woff"),
1972
url(basic-sans-serif.ttf) format("opentype");
1973
}
1974
</pre>
0 commit comments