Generation 88 2024-04-21 03:30:36 (current)

This commit is contained in:
2024-04-21 03:30:37 +02:00
parent e9fd0f0889
commit 9597a774db
2 changed files with 8 additions and 5 deletions

View File

@@ -23,7 +23,8 @@
;;
;; (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 "Fira Code" :size 12 :weight 'semi-light))
(setq doom-font (font-spec :family "Fira Code Nerd Font" :size 12 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
;;
;; 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