Switch back to Iosveka font #emacs #kitty

This commit is contained in:
Colin Powell
2019-08-20 12:11:38 -04:00
parent 5798f74d60
commit 25681436a1
2 changed files with 5 additions and 5 deletions

View File

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

View File

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