Skip to content

Commit e4174db

Browse files
Update fonts.md
1 parent 8b4ebb9 commit e4174db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nova/addon/fonts/fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Component.text("A").font("my_font")
7070

7171
### Horizontal movement
7272

73-
Nova also has built-in (negative) spaces in the `minecraft:default` font, so you will not have to implement those yourself.
73+
Nova also has built-in (negative) spaces in a custom font, so you will not have to implement those yourself.
7474
To generate a movement string, you can use `#!kotlin MoveCharacters.getMovingString(distance)` or directly get a component
7575
using `#!kotlin MoveCharacters.getMovingComponent(distance)`.
7676

0 commit comments

Comments
 (0)