Add Verdana bold and italic

This commit is contained in:
Manfred Karrer 2016-06-22 21:59:23 +02:00
parent 22b9134c9e
commit 75cbc5cc09

View file

@ -167,9 +167,9 @@ public class BitsquareApp extends Application {
if (Utilities.isWindows()) {
Font.loadFont(getClass().getResource("/fonts/Verdana.ttf").toExternalForm(), 13);
Font.loadFont(getClass().getResource("/fonts/Verdana.ttf").toExternalForm(), 13);
Font.loadFont(getClass().getResource("/fonts/Verdana.ttf").toExternalForm(), 13);
Font.loadFont(getClass().getResource("/fonts/Verdana.ttf").toExternalForm(), 13);
Font.loadFont(getClass().getResource("/fonts/VerdanaBold.ttf").toExternalForm(), 13);
Font.loadFont(getClass().getResource("/fonts/VerdanaItalic.ttf").toExternalForm(), 13);
Font.loadFont(getClass().getResource("/fonts/VerdanaBoldItalic.ttf").toExternalForm(), 13);
scene.getStylesheets().setAll(
"/io/bitsquare/gui/bs_root_windows.css",
"/io/bitsquare/gui/bitsquare.css",