From 84681722395ef50246f54b4092c4274a493f295f Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Sun, 13 Sep 2009 10:38:55 +0000 Subject: Times -> Times New Roman, seems to have better substitution behaviour under fontconfig (i.e. existence of smoothly rendering free fonts with same metrics) --- lib/unicode-tokens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/unicode-tokens.el') diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index 7c5d955f..151c644a 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -278,7 +278,7 @@ This is used for an approximate reverse mapping, see `unicode-tokens-paste'.") :group 'unicode-tokens-faces) (defface unicode-tokens-serif-font-face - '((t :family "Times")) + '((t :family "Times New Roman")) "Serif (roman) font face." :group 'unicode-tokens-faces) -- cgit v1.2.3