diff lisp/faces.el @ 99144:b7eb74a4d86b

* faces.el (face-font-family-alternatives): Add "CMU Typewriter Text" to the courier family. * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is usually not serif'd and hence rather unlike verbatim's printed output.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 26 Oct 2008 04:32:09 +0000
parents 72d21af5dec4
children d42aff5ca541
line wrap: on
line diff
--- a/lisp/faces.el	Sun Oct 26 04:23:08 2008 +0000
+++ b/lisp/faces.el	Sun Oct 26 04:32:09 2008 +0000
@@ -70,7 +70,7 @@
 ;; which are generally available.
 (defcustom face-font-family-alternatives
   '(("Monospace" "courier" "fixed")
-    ("courier" "fixed")
+    ("courier" "CMU Typewriter Text" "fixed")
     ("Sans Serif" "helv" "helvetica" "arial" "fixed")
     ("helv" "helvetica" "arial" "fixed"))
   "*Alist of alternative font family names.