unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: help-gnu-emacs@gnu.org
Subject: Re: How do I scale all font faces in emacs?
Date: Wed, 15 Feb 2023 16:40:17 +0000	[thread overview]
Message-ID: <874jrmrifi.fsf@ucl.ac.uk> (raw)
In-Reply-To: 5c53b6bdb69aaab3747218abf89eb53ca8dc2447.camel@fastmail.com

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	other threads:[~2023-02-15 16:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 15:11 How do I scale all font faces in emacs? Matt Young
2023-02-15 16:40 ` Eric S Fraga [this message]
2023-02-15 18:31 ` Björn Bidar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jrmrifi.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).