Skip to content

Commit 9f3c793

Browse files
committed
[css-font-loading] Slight rephrase.
1 parent 7950580 commit 9f3c793

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css-font-loading/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)