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

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

Re: face-remap-add-relative versus set-face-attribute


From: Emanuel Berg
Subject: Re: face-remap-add-relative versus set-face-attribute
Date: Sun, 13 Feb 2022 07:32:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

goncholden wrote:

> Is this the way to change all buffer text to look bold?
> 
> (set-face-attribute 'default nil :weight 'bold)

C-h f set-face-attribute RET

  ‘:weight’

  VALUE specifies the weight of the font to use. It must be
  one of the symbols ‘ultra-heavy’, ‘heavy’, ‘ultra-bold’,
  ‘extra-bold’, ‘bold’, ‘semi-bold’, ‘medium’, ‘normal’,
  ‘book’, ‘semi-light’, ‘light’, ‘extra-light’, ‘ultra-light’,
  or ‘thin’.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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