From c1a9a23da9d788fe27e7d1e923a8e455104b64db Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 11 Jan 2024 15:51:10 +0000 Subject: [PATCH] Switch back to FiraCode --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 5b65b31..ad529ca 100644 --- a/README.org +++ b/README.org @@ -230,10 +230,10 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (add-to-list 'initial-frame-alist '(width . 120)) (add-to-list 'initial-frame-alist '(height . 80)) (add-to-list 'initial-frame-alist '(alpha-background . 80)) - (add-to-list 'initial-frame-alist '(font . "JetBrainsMono Nerd Font-12")) + (add-to-list 'initial-frame-alist '(font . "FiraCode Nerd Font-12")) (add-to-list 'default-frame-alist '(alpha-background . 80)) - (add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font-12")) + (add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font-12")) ;; Theme (use-package modus-themes @@ -259,7 +259,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (use-package nerd-icons :ensure t :diminish - :config (nerd-icons-set-font "Symbols Nerd Font Mono")) + :config (nerd-icons-set-font "Symbols Nerd Font Mono-12")) (use-package nerd-icons-dired :ensure t