Skip to content
Snippets Groups Projects
Commit ab42742e authored by Andreas Fuchs's avatar Andreas Fuchs
Browse files

Back out a problematic change from the last commit.

The fallback font should definitely still be "fixed", not a concrete font name. (Left this in while
testing, and forgot to remove it. Whoops.)
parent 5c95fcd5
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
(defparameter *xt-font-families* (defparameter *xt-font-families*
`( `(
;; ascii ;; ascii
(0 "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1" ;; "fixed" (0 "fixed"
(:fix "-*-courier-*-*-*-*-*-*-*-*-*-*-iso8859-1") (:fix "-*-courier-*-*-*-*-*-*-*-*-*-*-iso8859-1")
(:sans-serif "-*-helvetica-*-*-*-*-*-*-*-*-*-*-iso8859-1") (:sans-serif "-*-helvetica-*-*-*-*-*-*-*-*-*-*-iso8859-1")
(:serif "-*-new century schoolbook-*-*-*-*-*-*-*-*-*-*-iso8859-1" (:serif "-*-new century schoolbook-*-*-*-*-*-*-*-*-*-*-iso8859-1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment