JAVAFX Ubah Ukuran Teks

text.setFont(Font.font ("arial", 24));
or
text.setStyle("-fx-font: 24 arial;");
Helpful Herring