File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2110,13 +2110,15 @@ for user agents which don't support a particular font technology.
21102110 which do not support OpenType collections
21112111 will skip to the next url in the list. </p>
21122112
2113+ <div class="example">
21132114 <pre>
21142115 src: url(fonts/simple.woff); /* load simple.woff relative to stylesheet location */
21152116 src: url(/fonts/simple.woff); /* load simple.woff from absolute location */
21162117 src: url(fonts/coll.otc#foo); /* load font foo from collection coll.otc
21172118 src: url(fonts/coll.woff2#foo); /* load font foo from woff2 collection coll.woff2
21182119 src: url(fonts.svg#simple); /* load SVG font with id 'simple' */
21192120 </pre>
2121+ </div>
21202122
21212123<h4 id="font-face-src-formats">Selecting items in the 'src!!descriptor'</h4>
21222124
You can’t perform that action at this time.
0 commit comments