Skip to content

Commit 37e3fba

Browse files
fix new monofont bug
1 parent af7d4be commit 37e3fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clooj/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
(def mono-font
5858
(cond (is-mac) (Font. "Monaco" Font/PLAIN 11)
59-
(is-win) (Font. "Courier" Font/PLAIN 12)
59+
(is-win) (Font. "Courier New" Font/PLAIN 12)
6060
:else (Font. "Monospaced" Font/PLAIN 12)))
6161

6262
(defn make-text-area [wrap]

0 commit comments

Comments
 (0)