Skip to content

Commit 7c33452

Browse files
committed
set font for splines editor splines_font
1 parent ef45bf0 commit 7c33452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

material_maker/widgets/splines_edit/splines_editor.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var mode : Modes = Modes.DRAW
1717

1818
var progressive : bool = false
1919

20-
var spline_font = preload("res://material_maker/theme/font_rubik/Rubik-Bold.ttf")
20+
var spline_font : FontVariation = FontManager.bold_font
2121
var font_size = 16
2222
var text_bg_width = 12
2323

0 commit comments

Comments
 (0)