File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -826,8 +826,7 @@ The <code>check()</code> method</h3>
826826 The {{FontFaceSet/check()}} method of {{FontFaceSet}} will determine you can "safely"
827827 render some provided text with a particular font list,
828828 such that it won't cause a "font swap" later.
829- If the given text/font combo will not cause any font loads,
830- and does not rely on currently-loading fonts,
829+ If the given text/font combo will render without attempting to use any unloaded or currently-loading fonts,
831830 this method will return true;
832831 otherwise, it returns false.
833832
@@ -841,7 +840,7 @@ The <code>check()</code> method</h3>
841840 as the text will be rendered in the UA's fallback font instead,
842841 and won't trigger any font loads.
843842 * If none of the specified fonts exist,
844- even tho this is technically similar to the previous case,
843+ even though this is technically similar to the previous case,
845844 in that text rendered with that font list would just use the UA fallback font.
846845 This is because such a situation is almost certainly either a typo,
847846 or the result of changing the name of a downloadable font
You can’t perform that action at this time.
0 commit comments