From 72eeead8935ddf733022b2427c2cf2797126f570 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 30 Apr 2012 13:17:14 +0000 Subject: Change default Unicode Tokens font back to DejaVU Sans, more reliable without installing STIX. --- lib/unicode-tokens.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib') 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) -- cgit v1.2.3