I'm just starting with SceneBuilder and JavaFX. I've opened a test project and am checking out SceneBuilder. Added Label to the AnchorPane and wanted to change the font of the text. But I don't see any fonts installed in my system by me. I've already had some fonts installed in Windows before (Next Art, Montserrat, Bebas Neue). Neither of them is shown in SceneBuilder. I didn't find any helpful information on this problem. I've seen youtube videos where people choose their custom fonts directly from SceneBuilder. Am I doing something wrong?
P.S.: I know that I could simply write some code and integrate any font using CSS for example. But yet want to do it in SceneBuilder.
(I use Java SDK v.14.0.2, JavaFX v.11.0.2 and SceneBuilder v.11.0.0)