On 12 Apr 2002, nbecker(a)hns.com wrote:
How do I find out what my current default font setting is? I
haven't
set it within emacs. If I do Options/edit faces and look for default,
it doesn't say anything about the font name.
You can do m-x list-faces-display and look at the font-spec
Or you can just look at:
(font-truename (face-font 'default))
Of course, this doesn't do anything to tell you why the font is
configured that way.
-jeff