Skip to content

Commit

Permalink
Change font to Courier
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzfl committed Feb 15, 2018
1 parent 5e2ce4d commit f6052fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/moritzf/latexhelper/Gui.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public Gui() {
Container content = this.getContentPane();
content.setLayout(new GridLayout(2, 1));
this.latexSource = new JTextArea();
this.latexSource.setFont(new Font("Monospaced", Font.PLAIN, 12));
this.latexSource.setFont(new Font("Courier", Font.PLAIN, 14));

initUndoRedoFunctionality();

Expand Down

0 comments on commit f6052fe

Please sign in to comment.