We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebfaa3 commit fd2f4a3Copy full SHA for fd2f4a3
1 file changed
css-font-loading/Overview.bs
@@ -840,8 +840,9 @@ The <code>check()</code> method</h3>
840
as the text will be rendered in the UA's fallback font instead,
841
and won't trigger any font loads.
842
* 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.
+ even though this is technically similar to the previous case
+ (in that text rendered with that font list would just use the UA fallback font),
845
+ the method instead throws an error.
846
This is because such a situation is almost certainly either a typo,
847
or the result of changing the name of a downloadable font
848
and forgetting to update all places the old name was used,
0 commit comments