Skip to content

Commit f2e5cde

Browse files
committed
review fixes
1 parent 4d84335 commit f2e5cde

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
@@ -34,8 +34,8 @@ See [Enabling Runtime Fonts](/manuals/font#enabling-runtime-fonts)
3434
The `.fontc` file format is also known as a font collection. In offline mode, only one font is associated with it.
3535
When using runtime fonts, you can associate more than one font file (.ttf) with the font collection.
3636

37-
This allows for using the a font collection when rendering multiple texts in different languages, while also keeping the memory foot print low.
38-
E.g. loading a collection with the japanese font, then associate that font with the current main font, followed by unloading the japanese font collection.
37+
This allows for using the a font collection when rendering multiple texts in different languages, while also keeping the memory footprint low.
38+
E.g. loading a collection with the Japanese font, then associate that font with the current main font, followed by unloading the Japanese font collection.
3939

4040
## Creating a font
4141

0 commit comments

Comments
 (0)