File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,13 +185,13 @@ In order to make the runtime fonts easier to use, they support prewarming of the
185
185
This means the font will generate the glyphs listed in * Characters* in the font.
186
186
187
187
::: 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.
189
189
:::
190
190
191
191
### Font Scripting
192
192
193
193
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)
195
195
196
196
::: important
197
197
Adding a subfont doesn't automatically load or render all the glyphs.
You can’t perform that action at this time.
0 commit comments