diff options
| -rw-r--r-- | ide/preferences.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml index 91c2cc9fcc..31edcdd1b7 100644 --- a/ide/preferences.ml +++ b/ide/preferences.ml @@ -133,7 +133,8 @@ let (current:pref ref) = then "NOTEPAD ", "" else "emacs ", ""; - text_font = Pango.Font.from_string "sans 12"; +(* text_font = Pango.Font.from_string "sans 12";*) + text_font = Pango.Font.from_string "Monospace 10"; doc_url = "http://coq.inria.fr/doc/"; library_url = "http://coq.inria.fr/library/"; |
