How to change theme override font size in tween_property

Godot Version

4.3

Question

I tried many combinations but nothing worked
lvl_tween.tween_property(level_lbl, “theme_override_font_size/font_size”, 40, 1.5)
lvl_tween.tween_property(level_lbl, “theme_override_font_sizes/size”, 40, 1.5)
etc.

Also where can i find the document for ALL POSSIBLE VALUES for tween property

Found it myself,
correct property string is “theme_override_font_sizes/font_size”

1 Like