We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1cd32 commit 308d84cCopy full SHA for 308d84c
css-fonts-4/Overview.bs
@@ -2144,6 +2144,15 @@ for user agents which don't support a particular font technology.
2144
</pre>
2145
</div>
2146
2147
+ <div class="example">
2148
+ In this example, if woff2 is not supported,
2149
+ an unsupported and fictitious "zebra" format is skipped
2150
+ and the opentype font is downloaded:
2151
+ <pre>src: url(ideal.woff2) format("woff2"),
2152
+ url(unsupported.zeb) format("zebra"),
2153
+ url(basic.ttf) format("opentype");</pre>
2154
+ </div>
2155
+
2156
<div class="example">Here an individual instance in a collection is loaded,
2157
or if collections are not supported, download an individual font instead.
2158
<pre>
0 commit comments