mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add Verdana bold and italic
This commit is contained in:
parent
22b9134c9e
commit
75cbc5cc09
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue