]> git.armaanb.net Git - config.org.git/commitdiff
Reduce font size
authorArmaan Bhojwani <me@armaanb.net>
Sat, 19 Jun 2021 00:21:21 +0000 (20:21 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 19 Jun 2021 00:21:21 +0000 (20:21 -0400)
config.org

index 3f6d166bec14371121bf17c0773458905ede6a36..9e96fc2ac0af7f6086927867c74c081c7c92f920 100644 (file)
@@ -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