Przeglądaj źródła

Switch back to Iosveka font #emacs #kitty

Colin Powell 5 lat temu
rodzic
commit
25681436a1
2 zmienionych plików z 5 dodań i 5 usunięć
  1. 4 4
      emacs/.config/doom/config.el
  2. 1 1
      kitty/.config/kitty/kitty.conf

+ 4 - 4
emacs/.config/doom/config.el

@@ -13,15 +13,15 @@
 (setq doom-theme 'doom-outrun-electric)
 
 ;; Fonts
-(setq doom-font (font-spec :family "IBM Plex Mono" :size 14))
-(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 24))
+(setq doom-font (font-spec :family "Iosevka" :size 12))
+(setq doom-big-font (font-spec :family "Iosevka" :size 22))
 
 ;; Host-specific config
 
 (pcase (system-name)
   ("prometheus"
-   (font-put doom-font :size 12)
-   (font-put doom-big-font :size 20)) ; smaller display
+   (font-put doom-font :size 11)
+   (font-put doom-big-font :size 19)) ; smaller display
   ("triton"
    ;; I've swapped these keys on my keyboard
    (setq x-super-keysym 'meta

+ 1 - 1
kitty/.config/kitty/kitty.conf

@@ -6,7 +6,7 @@
 #: individual font faces and even specify special fonts for particular
 #: characters.
 
-font_family IBM Plex Mono
+font_family Iosevka
 # bold_font        auto
 # italic_font      auto
 # bold_italic_font auto