aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2012-04-30 13:17:14 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2012-04-30 13:17:14 +0000
commit72eeead8935ddf733022b2427c2cf2797126f570 (patch)
tree1b47a3e3c118b6fb1367f9d516db1ea64435a7bd /lib
parentef584b51fac4be9703d8772b3c20bbeffc5f9fc8 (diff)
Change default Unicode Tokens font back to DejaVU Sans, more reliable without installing STIX.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index 8b6e065b..92f78cf4 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -260,8 +260,8 @@ This is used for an approximate reverse mapping, see `unicode-tokens-paste'.")
;;
(defconst unicode-tokens-font-family-alternatives
'(("STIXGeneral"
- "Lucida Grande" "Lucida Sans Unicode"
- "DejaVu Sans Mono" "DejaVuLGC Sans Mono" "Apple Symbols")
+ "DejaVu Sans Mono" "DejaVuLGC Sans Mono"
+ "Lucida Grande" "Lucida Sans Unicode" "Apple Symbols")
("Script"
"Lucida Calligraphy" "URW Chancery L" "Zapf Chancery")
("Fraktur"
@@ -274,7 +274,8 @@ This is used for an approximate reverse mapping, see `unicode-tokens-paste'.")
unicode-tokens-font-family-alternatives)))
(defface unicode-tokens-symbol-font-face
- '((t :family "STIXGeneral"))
+ '((t :family "STIXGeneral")) ;; best, but needs installation/config
+; '((t :family "DejaVu Sans Mono")) ;; more reliable default on Ubuntu
"The default font used for symbols. Only :family and :slant attributes are used."
:group 'unicode-tokens-faces)