Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/api/fontfaceset/check/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ check(font, text)

- `font`
- : a font specification using the syntax for the CSS {{cssxref("font")}} property, for example `"italic bold 16px Roboto"`
- `text`
- `text` {{optional_inline}}
- : limit the font faces to those whose Unicode range contains at least one of the characters in text. This [does not check for individual glyph coverage](https://lists.w3.org/Archives/Public/www-style/2015Aug/0330.html).

### Return value
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/fontfaceset/foreach/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ forEach(callbackFn, thisArg)
- : The current element being processed in the `FontFaceSet`. As there are no keys in a `FontFaceSet`, the value is passed for both arguments.
- `set`
- : The `FontFaceSet` which `forEach()` was called on.
- `thisArg`
- `thisArg` {{optional_inline}}
- : Value to use as [`this`](/en-US/docs/Web/JavaScript/Reference/Operators/this) when executing `callbackFn`.

### Return value
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/fontfaceset/load/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ load(font, text)

- `font`
- : a font specification using the CSS value syntax, e.g., "italic bold 16px Roboto"
- `text`
- `text` {{optional_inline}}
- : limit the font faces to those whose Unicode range contains at least one of the characters in text. This [does not check for individual glyph coverage](https://lists.w3.org/Archives/Public/www-style/2015Aug/0330.html).

### Return value
Expand Down