Skip to content

Commit 7ca0370

Browse files
committed
review fixes
1 parent 99c1e70 commit 7ca0370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/manuals/font.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@ In order to make the runtime fonts easier to use, they support prewarming of the
185185
This means the font will generate the glyphs listed in *Characters* in the font.
186186

187187
::: sidenote
188-
If `All Chars` is selected, there will be no prewarming as it defeats the purpose of not having to generate load all glyphs at the same time.
188+
If `All Chars` is selected, there will be no prewarming as it defeats the purpose of not having to generate all glyphs at the same time.
189189
:::
190190

191191
### Font Scripting
192192

193193
For runtime fonts, it's possible to add or removed sub fonts.
194-
This is useful when a large font has been split up into multiple for different character sets (e.g. CJK)
194+
This is useful when a large font has been split up into multiple files for different character sets (e.g. CJK)
195195

196196
::: important
197197
Adding a subfont doesn't automatically load or render all the glyphs.

0 commit comments

Comments
 (0)