Improve font size to 14 pixels
This commit is contained in:
parent
18f2f3fb05
commit
0fe5d1759b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
;;
|
||||
;; (setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light)
|
||||
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
|
||||
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 12 :weight 'semi-light))
|
||||
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14 :weight 'semi-light))
|
||||
;;
|
||||
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
|
||||
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
|
||||
|
|
Loading…
Reference in a new issue