Skip to content

Commit 5bfcb92

Browse files
author
David Bold
committed
Change font
1 parent 70ad6d7 commit 5bfcb92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/visualdataweb/vowl/types/FontUsed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
public class FontUsed {
1414

15-
private static Font usedFont = FontLib.getFont("Dialog", 10);
15+
private static Font usedFont = new Font(Font.SANS_SERIF, Font.PLAIN, 10); //FontLib.getFont("SansSerif", 10);
1616

1717
/**
1818
* returns the used font

0 commit comments

Comments
 (0)