Go back to using IBM plex mono
This commit is contained in:
@ -74,19 +74,19 @@ tabspaces: 8
|
|||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
normal:
|
||||||
family: Go Mono
|
family: IBM Plex Mono
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
#style: Regular
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
bold:
|
bold:
|
||||||
family: Go Mono
|
family: IBM Plex Mono
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Bold
|
#style: Bold
|
||||||
|
|
||||||
# Italic font face
|
# Italic font face
|
||||||
italic:
|
italic:
|
||||||
family: Go Mono
|
family: IBM Plex Mono
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Italic
|
#style: Italic
|
||||||
|
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
(setq doom-theme 'kaolin-valley-dark)
|
(setq doom-theme 'kaolin-valley-dark)
|
||||||
|
|
||||||
;; Fonts
|
;; Fonts
|
||||||
(setq doom-font (font-spec :family "Go Mono" :size 12))
|
(setq doom-font (font-spec :family "IBM Plex Mono" :size 11))
|
||||||
(setq doom-big-font (font-spec :family "Go Mono" :size 17))
|
(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
|
(set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame
|
||||||
;; or
|
;; or
|
||||||
|
|||||||
Reference in New Issue
Block a user