We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64ba77 commit b11739aCopy full SHA for b11739a
src/main/java/com/github/introfog/gitwave/GitWaveLauncher.java
@@ -25,6 +25,9 @@
25
public class GitWaveLauncher extends Application {
26
@Override
27
public void start(Stage stage) {
28
+ String fontPath = getClass().getResource("/fonts/Verdana.ttf").toExternalForm();
29
+ javafx.scene.text.Font.loadFont(fontPath, 12);
30
+
31
StageFactory.createPrimaryExecuteWindow(stage).getStage().show();
32
AppConfig.getInstance().setHostServices(getHostServices());
33
if (AppConfig.getInstance().getPathToBash() == null) {
src/main/resources/fonts/Verdana.ttf
150 KB
0 commit comments