help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set-default-font


From: 2QdxY4RzWzUUiLuE
Subject: Re: set-default-font
Date: Tue, 25 Aug 2020 15:49:07 -0500

On 2020-08-25 at 16:38:16 -0400,
ken <gebser@mousecar.com> wrote:

> Changing to:
> 
>   (set-face-attribute
> "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard")
> 
> errors out.  This is from *Backtrace*:

Try something like this instead:

    (set-face-attribute 'default nil :font "DejaVu Sans Mono-12")

You can see how to call set-face-attribute in its help page, usually
accessible by C-h f set-face-attribute <RET>.

-- 
“Whoever undertakes to set himself up as a
judge of Truth and Knowledge is shipwrecked
by the laughter of the gods.” – Albert Einstein
Dan Sommers, http://www.tombstonezero.net/dan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]