Skip to content

Commit

Permalink
Don't enforce default Windows font (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored and koppor committed Jul 18, 2017
1 parent d72e983 commit 7d31fa2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ private JabRefPreferences() {
defaults.put(WIN_LOOK_AND_FEEL, UIManager.getSystemLookAndFeelClassName());
defaults.put(EMACS_PATH, "emacsclient");
} else if (OS.WINDOWS) {
defaults.put(FONT_FAMILY, "Arial");
defaults.put(WIN_LOOK_AND_FEEL, "com.jgoodies.looks.windows.WindowsLookAndFeel");
defaults.put(EMACS_PATH, "emacsclient.exe");
} else {
Expand Down

0 comments on commit 7d31fa2

Please sign in to comment.