Skip to content

Commit f09fcd1

Browse files
committed
[css-fonts-4] mark up an example as such
1 parent 308d84c commit f09fcd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-fonts-4/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)