mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 01:18:26 +02:00
fix: some font not found error
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
;; See 'C-h v doom-font' for documentation and more examples of what they
|
;; See 'C-h v doom-font' for documentation and more examples of what they
|
||||||
;; accept. For example:
|
;; accept. For example:
|
||||||
;;
|
;;
|
||||||
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 18 :weight 'normal)
|
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 18)
|
||||||
doom-variable-pitch-font (font-spec :family "DejaVu Sans")
|
doom-variable-pitch-font (font-spec :family "DejaVu Sans")
|
||||||
doom-symbol-font (font-spec :family "Symbols Nerd Font Mono")
|
doom-symbol-font (font-spec :family "Symbols Nerd Font Mono")
|
||||||
doom-big-font (font-spec :family "JetBrainsMono Nerd Font" :size 28))
|
doom-big-font (font-spec :family "JetBrainsMono Nerd Font" :size 28))
|
||||||
|
|||||||
Reference in New Issue
Block a user