From: Armaan Bhojwani Date: Sat, 19 Jun 2021 00:21:21 +0000 (-0400) Subject: Reduce font size X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=c7ada8c99d7ee826447d22649e93dbeb870e0b78 Reduce font size --- diff --git a/config.org b/config.org index 3f6d166..9e96fc2 100644 --- a/config.org +++ b/config.org @@ -55,7 +55,7 @@ Use the Modus Operandi theme by Protesilaos Stavrou. Its the best theme for Emac *** Font JetBrains Mono is a great programming font with ligatures. The "NF" means that it has been patched with the [[https://www.nerdfonts.com/][Nerd Fonts]]. #+begin_src emacs-lisp - (add-to-list 'default-frame-alist '(font . "JetBrainsMonoNF-12")) + (add-to-list 'default-frame-alist '(font . "JetBrainsMonoNF-11")) #+end_src *** Ligatures #+begin_src emacs-lisp