Skip to content

Commit fd2f4a3

Browse files
committed
[css-font-loading] Sentence fragment
1 parent cebfaa3 commit fd2f4a3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-font-loading/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,9 @@ The <code>check()</code> method</h3>
840840
as the text will be rendered in the UA's fallback font instead,
841841
and won't trigger any font loads.
842842
* If none of the specified fonts exist,
843-
even though this is technically similar to the previous case,
844-
in that text rendered with that font list would just use the UA fallback font.
843+
even though this is technically similar to the previous case
844+
(in that text rendered with that font list would just use the UA fallback font),
845+
the method instead throws an error.
845846
This is because such a situation is almost certainly either a typo,
846847
or the result of changing the name of a downloadable font
847848
and forgetting to update all places the old name was used,

0 commit comments

Comments
 (0)