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

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

Re: How do I scale all font faces in emacs?


From: Eric S Fraga
Subject: Re: How do I scale all font faces in emacs?
Date: Wed, 15 Feb 2023 16:40:17 +0000
User-agent: gnus (Emacs 30.0.50)

Most faces inherit from the "default" face, if the theme has been setup
properly. If so, customise that face to the size you want.

I have the following in my init file:

(set-face-attribute 'default nil :font "Iosevka Fixed" :height 200)

which is a large font size for my high resolution monitor.

-- 
Eric S Fraga via gnus (Emacs 30.0.50 2023-02-14) on Debian 11.5




reply via email to

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