Skip to content

Commit bc900b9

Browse files
author
John Daggett
committed
[css3-fonts] more minor example fixups
1 parent 42cdad1 commit bc900b9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css3-fonts/Fonts.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,7 @@ <h3 id=src-desc><span class=secno>4.3 </span>Font reference: the <a
22462246
<pre>
22472247
@font-face {
22482248
font-family: SectionHeader;
2249-
src: local("Arial Lihavoitu"); /* Finnish fullname for Arial Bold, matching should fail */
2249+
src: local("Arial Lihavoitu"); /* Finnish fullname for Arial Bold, should fail */
22502250
font-weight: bold;
22512251
}
22522252

@@ -2262,7 +2262,7 @@ <h3 id=src-desc><span class=secno>4.3 </span>Font reference: the <a
22622262
<pre>
22632263
@font-face {
22642264
font-family: MainText;
2265-
src: url(gentium.eot); /* for compatibility with older non-conformant user agents */
2265+
src: url(gentium.eot); /* for use with older non-conformant user agents */
22662266
src: local("Gentium"), url(gentium.ttf); /* Overrides src definition */
22672267
}
22682268
</pre>
@@ -4223,7 +4223,8 @@ <h3 id=font-feature-values><span class=secno>6.9 </span>Defining font
42234223
}
42244224

42254225
p {
4226-
font-variant: discretionary-ligatures, character-variant(leo-B, leo-M, leo-N, leo-T, leo-U);
4226+
font-variant: discretionary-ligatures,
4227+
character-variant(leo-B, leo-M, leo-N, leo-T, leo-U);
42274228
}
42284229

42294230
span.alt-N {

0 commit comments

Comments
 (0)