Skip to content

Commit 71470d7

Browse files
committed
Fix w3c#2721
1 parent 90c2af2 commit 71470d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ There are two types of font family names:
126126
<dl>
127127
<dt><dfn id="family-name-value"><<family-name>></dfn>
128128
<dd>
129-
The name of a font family of choice such as Helvetica or Verdana in the previous example.
129+
The name of a font family of choice, such as Helvetica or Verdana in the previous example.
130130

131131
<dt><dfn id="generic-family-value"><<generic-family>></dfn>
132132
<dd>
133-
The following generic family keywords are defined: ''serif'', ''sans-serif'', ''cursive'',
134-
''fantasy'', and ''monospace''. These keywords can be used as a general fallback mechanism
135-
when an author's desired font choices are not available. As keywords, they must not
133+
The following generic family keywords are defined: ''serif'', ''sans-serif'', ''cursive'', ''fantasy'', ''monospace'', ''system-ui'', ''emoji'', ''math'' and ''fangsong''.
134+
These keywords can be used as a general fallback mechanism
135+
when an author's desired font choices are not available. As keywords, they <em>must not</em>
136136
be quoted. Authors are encouraged to append a generic font family as a last alternative for
137137
improved robustness.
138138
</dl>

0 commit comments

Comments
 (0)