Go back to using IBM plex mono

This commit is contained in:
Colin Powell
2020-03-05 13:04:03 -05:00
parent ded9bd2ef0
commit 2f3d7f8bd2
2 changed files with 5 additions and 5 deletions

View File

@ -74,19 +74,19 @@ tabspaces: 8
font:
# Normal (roman) font face
normal:
family: Go Mono
family: IBM Plex Mono
# The `style` can be specified to pick a specific face.
#style: Regular
# Bold font face
bold:
family: Go Mono
family: IBM Plex Mono
# The `style` can be specified to pick a specific face.
#style: Bold
# Italic font face
italic:
family: Go Mono
family: IBM Plex Mono
# The `style` can be specified to pick a specific face.
#style: Italic

View File

@ -3,8 +3,8 @@
(setq doom-theme 'kaolin-valley-dark)
;; Fonts
(setq doom-font (font-spec :family "Go Mono" :size 12))
(setq doom-big-font (font-spec :family "Go Mono" :size 17))
(setq doom-font (font-spec :family "IBM Plex Mono" :size 11))
(setq doom-big-font (font-spec :family "IBM Plex Mono" :size 17))
(set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame
;; or