From 311277e78e26a89ccdcfcbc579d5976424647b1a Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 26 May 2025 10:32:04 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c81f4c..99ee50c 100644 --- a/README.md +++ b/README.md @@ -989,7 +989,7 @@ To customize the default font, add the following expression to your `~/.emacs.d/ ```elisp (set-face-attribute 'default nil - :height 130 :weight 'light :family "DejaVu Sans Mono") + :height 130 :weight 'normal :family "DejaVu Sans Mono") ``` - Modify the `:family` value to specify a different font, according to your preference. You can replace it with, for example, "Iosevka Mono", "Iosevka Term", "Inconsolata", "JetBrains Mono", "Source Code Pro", "Hack". (The authors preferred font is "Iosevka Mono", medium weight.)