You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -171,7 +171,7 @@ as a last alternative. Generic font family names are keywords and must NOT be q
171
171
parentheses, brackets, and/or braces, they must still be
172
172
escaped per CSS grammar rules. Similarly, quotation marks (both single and double), semicolons,
173
173
exclamation marks, commas, and leading slashes within unquoted font family names must be escaped.
174
-
Font names containing any such characters or whitespace should be quoted:
174
+
Font names containing any such characters or white space should be quoted:
175
175
</p>
176
176
177
177
<pre>
@@ -180,8 +180,8 @@ body { font-family: "New Century Schoolbook", serif }
180
180
<BODY STYLE="font-family: 'My own font', fantasy">
181
181
</pre>
182
182
183
-
<p>If quoting is omitted, any whitespace characters before and after
184
-
the font name are ignored and any sequence of whitespace characters
183
+
<p>If quoting is omitted, any white space characters before and after
184
+
the font name are ignored and any sequence of white space characters
185
185
inside the font name is converted to a single space.
186
186
187
187
Font family <em>names</em> that happen to be the same as a keyword value (e.g. 'initial', 'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy', and 'cursive') must be quoted to prevent confusion with the keywords with the same names. UAs must not consider these keywords as matching the '<family-name>' type.
0 commit comments